Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp193 const MacroDirective *Undef) { in MacroUndefined()
H A DCodeGenFunction.cpp1095 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty); in StartFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp646 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local
729 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local
1053 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp106 bool Undef = false; in getRelocationValueString() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp273 auto *Undef = UndefValue::get(PointerType::get(F.getContext(), 0)); in buildFrom() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp47 const MacroDirective *Undef) override { in MacroUndefined()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp150 for (const StringRef &Undef : Mod->getAsmUndefinedRefs()) in setAsmUndefinedRefs() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp308 const MacroDirective *Undef) override { in MacroUndefined()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp468 const MacroDirective *Undef) { in MacroUndefined()
H A DPPDirectives.cpp3310 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h356 const MacroDirective *Undef) { in MacroUndefined()
682 const MacroDirective *Undef) override { in MacroUndefined()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h54 Undef = 0x20, enumerator
H A DRDFGraph.h292 Undef = 0x0020 << 5, // 0100000, Has no pre-existing value. enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp583 const MacroDirective *Undef) { in MacroUndefined()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8954 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
8961 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
8972 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
8980 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
9025 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local
9092 SDValue Undef = getUNDEF(Ptr.getValueType()); in getTruncStore() local
9211 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoadVP() local
9220 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoadVP() local
9232 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoadVP() local
9242 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoadVP() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1824 auto Undef = MIRBuilder.buildUndef(MRI->getType(Op)); in translateVectorDeinterleave2Intrinsic() local
2404 Register Undef = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic() local
3002 Register Undef = MRI->createGenericVirtualRegister(Ty); in translateLandingPad() local
H A DCallLowering.cpp635 Register Undef = B.buildUndef(SrcTy).getReg(0); in buildCopyToRegs() local
H A DMachineIRBuilder.cpp260 Register Undef = in buildPadVectorWithUndefElements() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1111 auto *Undef = UndefValue::get(SecTy); in realignLoadGroup() local
1336 Value *Undef = UndefValue::get(SecTy); in realignStoreGroup() local
2320 auto *Undef = UndefValue::get(getByteTy()); in insertb() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1475 APInt Demanded, APInt &Undef) { in SimplifyDemandedVectorElts()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp413 SDValue Undef = SDValue( in LowerReturn() local
711 SDValue Undef = SDValue( in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp758 auto Undef = B.buildUndef(SrcTy); in applyDupLane() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp346 Value *Undef = PoisonValue::get(VectorType::get(LastInst->getType(), VF)); in get() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp936 for (const auto &Undef : Undefined) { in checkUndefinedButUsed() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2719 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); in lowerLOAD() local
4810 Register Undef = MRI.createVirtualRegister(&Mips::GPR32RegClass); in emitLDR_W() local

12