/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.h | 58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 237 bool isUndef() const { return Tag == undef; } isUndef() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 221 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
|
H A D | MachineOperand.cpp | 274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument
|
H A D | LiveDebugVariables.cpp | 185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } isUndef() function in __anon69e74b370211::DbgVariableValue
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 402 bool isUndef(SDValue Op) const { in isUndef() function
|
H A D | HexagonISelDAGToDAGHVX.cpp | 626 bool isUndef() const { return OpN & Undef; } isUndef() function 1032 static bool isUndef(ArrayRef<int> Mask) { isUndef() function [all...] |
H A D | HexagonVectorCombine.cpp | 2214 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SVals.h | 104 bool isUndef() const { return getKind() == UndefinedValKind; } isUndef() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 404 bool isUndef() const { in isUndef() function
|
/llvm-project/flang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1316 bool isUndef = ppOpts.macros[i].second; collectMacroDefinitions() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 308 bool isUndef() const { return Flags & IsUndef; } isUndef() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1363 bool isUndef = false; get() local 1414 bool isUndef = isa<UndefValue>(C); getImpl() local
|
/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 794 template <class NList> static bool isUndef(const NList &sym) { in isUndef() function
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6340 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { isUndef() function in SelectionDAG [all...] |