Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DClustering.h58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
/external/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h238 bool isUndef() const { return Tag == undef; } in isUndef() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h358 bool isUndef(SDValue Op) const { in isUndef() function
DHexagonISelDAGToDAGHVX.cpp897 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h373 bool isUndef(SDValue Op) const { in isUndef() function
DHexagonISelDAGToDAGHVX.cpp904 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp212 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
DMachineInstr.cpp178 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstrBundle.cpp224 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
DMachineOperand.cpp242 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
DLiveDebugVariables.cpp117 bool isUndef() const { return getLocNo() == UndefLocNo; } in isUndef() function in __anona6a3267b0211::DbgVariableValue
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstrBundle.cpp224 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
DMachineOperand.cpp235 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
DLiveDebugVariables.cpp116 bool isUndef() const { return locNo() == UndefLocNo; } in isUndef() function in DbgValueLocation
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2567 bool &isKill, bool &isUndef, in classifyLEAReg()
2803 bool isKill, isUndef; in convertToThreeAddress() local
2846 bool isKill, isUndef; in convertToThreeAddress() local
2880 bool isKill, isUndef; in convertToThreeAddress() local
2919 bool isKill, isUndef; in convertToThreeAddress() local
2964 bool isUndef = MI.getOperand(1).isUndef(); in convertToThreeAddress() local
2990 bool isKill, isUndef; in convertToThreeAddress() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h140 bool isUndef() const { in isUndef() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h121 inline bool isUndef() const { in isUndef() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h302 bool isUndef() const { in isUndef() function
/external/llvm-project/clang/include/clang/Basic/
DTargetBuiltins.h254 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h393 bool isUndef() const { in isUndef() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h393 bool isUndef() const { in isUndef() function
/external/llvm/lib/IR/
DConstants.cpp959 bool isUndef = false; in get() local
1013 bool isUndef = isa<UndefValue>(C); in getImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1132 bool isUndef = false; in get() local
1176 bool isUndef = isa<UndefValue>(C); in getImpl() local
/external/llvm-project/llvm/lib/IR/
DConstants.cpp1278 bool isUndef = false; in get() local
1322 bool isUndef = isa<UndefValue>(C); in getImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4861 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG

12