Home
last modified time | relevance | path

Searched defs:Undef (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp193 const MacroDirective *Undef) { in MacroUndefined()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp609 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local
629 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local
939 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local
DReassociate.cpp761 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DELFDump.cpp72 bool Undef = false; in getRelocationValueString() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp400 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local
412 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local
DAArch64PostLegalizerLowering.cpp711 auto Undef = B.buildUndef(SrcTy); in applyDupLane() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexingAction.cpp47 const MacroDirective *Undef) override { in MacroUndefined()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h302 const MacroDirective *Undef) { in MacroUndefined()
588 const MacroDirective *Undef) override { in MacroUndefined()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPreprocessingRecord.cpp473 const MacroDirective *Undef) { in MacroUndefined()
DPPDirectives.cpp3004 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp272 Register Undef = B.buildUndef(PartLLT).getReg(0); in mergeVectorRegsToResultRegs() local
500 Register Undef = B.buildUndef(SrcTy).getReg(0); in buildCopyToRegs() local
DIRTranslator.cpp2132 Register Undef = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic() local
2577 Register Undef = MRI->createGenericVirtualRegister(Ty); in translateLandingPad() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h52 Undef = 0x20, enumerator
DRDFGraph.h289 Undef = 0x0020 << 5, // 0100000, Has no pre-existing value. enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp347 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp424 const MacroDirective *Undef) { in MacroUndefined()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp592 Value *Undef = UndefValue::get(I->getType()); in replaceDbgUsesWithUndef() local
1780 Value *Undef = UndefValue::get(I.getOperand(0)->getType()); in salvageDebugInfoForDbgValues() local
1791 Value *Undef = UndefValue::get(I.getType()); in salvageDebugInfoForDbgValues() local
DLoopUtils.cpp614 auto *Undef = UndefValue::get(I.getType()); in deleteDeadLoop() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1162 APInt Demanded, APInt &Undef) { in SimplifyDemandedVectorElts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp962 Value *Undef = UndefValue::get(LPI->getType()); in runEHOnFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h242 Value *Undef = UndefValue::get(OldValue->getType()); in setUndef() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp788 auto *Undef = UndefValue::get(SecTy); in realignGroup() local
1017 auto *Undef = UndefValue::get(getByteTy()); in insertb() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp365 SDValue Undef = SDValue( in LowerReturn() local
665 SDValue Undef = SDValue( in LowerCall() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7431 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
7438 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
7449 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
7457 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
7503 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local
7569 SDValue Undef = getUNDEF(Ptr.getValueType()); in getTruncStore() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp837 for (auto Undef : Undefined) { in checkUndefinedButUsed() local

12