Searched defs:isUndef (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h367 bool isUndef(SDValue Op) const { function in class:llvm::HexagonTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h58 bool isUndef() const { return Id_ == kUndef; } function in class:llvm::exegesis::InstructionBenchmarkClustering::ClusterId
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h238 bool isUndef() const { return Tag == undef; } function in class:llvm::ValueLatticeElement
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp222 bool isUndef = UndefUseSet.count(Reg); local
H A DMachineOperand.cpp241 ChangeToRegister(Register Reg, bool isDef, bool isImp, bool isKill, bool isDead, bool isUndef, bool isDebug) argument
H A DLiveDebugVariables.cpp185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } function in class:__anon1790::DbgVariableValue
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h140 bool isUndef() const { function in class:clang::ento::SVal
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h395 bool isUndef() const { function
H A DSelectionDAGNodes.h644 bool isUndef() const { return NodeType == ISD::UNDEF; } function in class:llvm::SDNode
1149 inline bool SDValue::isUndef() const { function in class:llvm::SDValue
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h264 bool isUndef() const { return Flags & IsUndef; } function in class:clang::SVETypeFlags
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h247 bool isUndef() const { function in class:llvm::DbgVariableIntrinsic

Completed in 290 milliseconds