Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.h58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h237 bool isUndef() const { return Tag == undef; } isUndef() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp221 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
H A DMachineOperand.cpp274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument
H A DLiveDebugVariables.cpp185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } isUndef() function in __anon69e74b370211::DbgVariableValue
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h402 bool isUndef(SDValue Op) const { in isUndef() function
H A DHexagonISelDAGToDAGHVX.cpp626 bool isUndef() const { return OpN & Undef; } isUndef() function
1032 static bool isUndef(ArrayRef<int> Mask) { isUndef() function
[all...]
H A DHexagonVectorCombine.cpp2214 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h104 bool isUndef() const { return getKind() == UndefinedValKind; } isUndef() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h404 bool isUndef() const { in isUndef() function
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp1316 bool isUndef = ppOpts.macros[i].second; collectMacroDefinitions() local
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h308 bool isUndef() const { return Flags & IsUndef; } isUndef() function
/llvm-project/llvm/lib/IR/
H A DConstants.cpp1363 bool isUndef = false; get() local
1414 bool isUndef = isa<UndefValue>(C); getImpl() local
/llvm-project/lld/MachO/
H A DInputFiles.cpp794 template <class NList> static bool isUndef(const NList &sym) { in isUndef() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6340 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { isUndef() function in SelectionDAG
[all...]