Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h237 bool isUndef() const { return Tag == undef; } in isUndef() function
/freebsd/contrib/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()
H A DLiveDebugVariables.cpp185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anon093131440211::DbgVariableValue
/freebsd/contrib/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; } in isUndef() function
1032 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
[all...]
H A DHexagonVectorCombine.cpp2214 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h104 bool isUndef() const { return getKind() == UndefinedValKind; } in isUndef() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h404 bool isUndef() const { in isUndef() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h308 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1363 bool isUndef = false; in get() local
1414 bool isUndef = isa<UndefValue>(C); in getImpl() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp794 template <class NList> static bool isUndef(const NList &sym) { in isUndef() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6347 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG