Home
last modified time | relevance | path

Searched defs:isUndef (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DClustering.h58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DValueLattice.h240 bool isUndef() const { return Tag == undef; } in isUndef() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineInstrBundle.cpp227 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
DMachineOperand.cpp256 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
DLiveDebugVariables.cpp184 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anon6f33c7c00211::DbgVariableValue
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h399 bool isUndef(SDValue Op) const { in isUndef() function
DHexagonISelDAGToDAGHVX.cpp626 bool isUndef() const { return OpN & Undef; } in isUndef() function
1032 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
DHexagonVectorCombine.cpp1792 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h128 bool isUndef() const { in isUndef() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineOperand.h401 bool isUndef() const { in isUndef() function
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetBuiltins.h291 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstants.cpp1320 bool isUndef = false; in get() local
1371 bool isUndef = isa<UndefValue>(C); in getImpl() local
/openbsd/src/gnu/llvm/lld/MachO/
DInputFiles.cpp776 template <class NList> static bool isUndef(const NList &sym) { in isUndef() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5753 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG