Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h238 bool isUndef() const { return Tag == undef; } in isUndef() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h367 bool isUndef(SDValue Op) const { in isUndef() function
H A DHexagonVectorCombine.cpp965 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
H A DHexagonISelDAGToDAGHVX.cpp904 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp222 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
H A DMachineOperand.cpp242 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
H A DLiveDebugVariables.cpp185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anonfbf3834f0211::DbgVariableValue
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h140 bool isUndef() const { in isUndef() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h264 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h395 bool isUndef() const { in isUndef() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h247 bool isUndef() const { in isUndef() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1332 bool isUndef = false; in get() local
1383 bool isUndef = isa<UndefValue>(C); in getImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5112 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG