Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DValueLattice.h238 bool isUndef() const { return Tag == undef; } in isUndef() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h368 bool isUndef(SDValue Op) const { in isUndef() function
DHexagonVectorCombine.cpp970 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
DHexagonISelDAGToDAGHVX.cpp912 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineInstrBundle.cpp222 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
DMachineOperand.cpp242 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
DLiveDebugVariables.cpp188 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anon74a61f5c0211::DbgVariableValue
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h140 bool isUndef() const { in isUndef() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetBuiltins.h264 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h395 bool isUndef() const { in isUndef() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h247 bool isUndef() const { in isUndef() function
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DInputFiles.cpp589 static bool isUndef(const NList &sym) { in isUndef() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstants.cpp1334 bool isUndef = false; in get() local
1385 bool isUndef = isa<UndefValue>(C); in getImpl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5173 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG