Home
last modified time | relevance | path

Searched refs:TargetLowering (Results 1 – 25 of 159) sorted by relevance

1234567

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp31 class GISelAsmOperandInfo : public TargetLowering::AsmOperandInfo {
37 explicit GISelAsmOperandInfo(const TargetLowering::AsmOperandInfo &Info) in GISelAsmOperandInfo()
38 : TargetLowering::AsmOperandInfo(Info) {} in GISelAsmOperandInfo()
58 void update(const TargetLowering::AsmOperandInfo &OpInfo) { in update()
63 if (OpInfo.ConstraintType == TargetLowering::C_Memory || in update()
64 OpInfo.ConstraintType == TargetLowering::C_Other) { in update()
85 const TargetLowering &TLI = *MF.getSubtarget().getTargetLowering(); in getRegistersForValue()
89 if (OpInfo.ConstraintType == TargetLowering::C_Memory) in getRegistersForValue()
137 static unsigned getConstraintGenerality(TargetLowering::ConstraintType CT) { in getConstraintGenerality()
139 case TargetLowering::C_Immediate: in getConstraintGenerality()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInlineAsmLowering.h25 class TargetLowering; variable
29 const TargetLowering *TLI;
53 const TargetLowering *getTLI() const { return TLI; } in getTLI()
61 InlineAsmLowering(const TargetLowering *TLI) : TLI(TLI) {} in InlineAsmLowering()
H A DLoadStoreOpt.h31 class TargetLowering; variable
72 const TargetLowering *TLI;
H A DGISelKnownBits.h26 class TargetLowering; variable
32 const TargetLowering &TL;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp251 case TargetLowering::TypeLegal: in run()
254 case TargetLowering::TypeScalarizeScalableVector: in run()
262 case TargetLowering::TypePromoteInteger: in run()
266 case TargetLowering::TypeExpandInteger: in run()
270 case TargetLowering::TypeSoftenFloat: in run()
274 case TargetLowering::TypeExpandFloat: in run()
278 case TargetLowering::TypeScalarizeVector: in run()
282 case TargetLowering::TypeSplitVector: in run()
286 case TargetLowering::TypeWidenVector: in run()
290 case TargetLowering::TypePromoteFloat: in run()
[all …]
H A DLegalizeVectorOps.cpp55 const TargetLowering &TLI;
264 TargetLowering::LegalizeAction Action = TargetLowering::Legal; in LegalizeOp()
289 if (Action == TargetLowering::Legal) in LegalizeOp()
290 Action = TargetLowering::Expand; in LegalizeOp()
305 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
307 TargetLowering::Legal) { in LegalizeOp()
310 == TargetLowering::Expand && in LegalizeOp()
312 == TargetLowering::Legal) in LegalizeOp()
313 Action = TargetLowering::Legal; in LegalizeOp()
456 if (Action == TargetLowering::Legal) in LegalizeOp()
[all …]
H A DLegalizeTypesGeneric.cpp49 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
50 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
52 case TargetLowering::TypePromoteFloat: in ExpandRes_BITCAST()
53 case TargetLowering::TypeSoftPromoteHalf: in ExpandRes_BITCAST()
56 case TargetLowering::TypeSoftenFloat: in ExpandRes_BITCAST()
61 case TargetLowering::TypeExpandInteger: in ExpandRes_BITCAST()
62 case TargetLowering::TypeExpandFloat: { in ExpandRes_BITCAST()
73 case TargetLowering::TypeSplitVector: in ExpandRes_BITCAST()
80 case TargetLowering::TypeScalarizeVector: in ExpandRes_BITCAST()
86 case TargetLowering::TypeScalarizeScalableVector: in ExpandRes_BITCAST()
[all …]
H A DTargetLowering.cpp39 TargetLowering::TargetLowering(const TargetMachine &tm) in TargetLowering() function in TargetLowering
42 const char *TargetLowering::getTargetNodeName(unsigned Opcode) const { in getTargetNodeName()
46 bool TargetLowering::isPositionIndependent() const { in isPositionIndependent()
52 bool TargetLowering::isInTailCallPosition(SelectionDAG &DAG, SDNode *Node, in isInTailCallPosition()
81 bool TargetLowering::parametersInCSRMatch(const MachineRegisterInfo &MRI, in parametersInCSRMatch()
144 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall()
152 TargetLowering::ArgListTy Args; in makeLibCall()
155 TargetLowering::ArgListEntry Entry; in makeLibCall()
177 TargetLowering::CallLoweringInfo CLI(DAG); in makeLibCall()
197 bool TargetLowering::findOptimalMemOpLowering( in findOptimalMemOpLowering()
[all …]
H A DLegalizeVectorTypes.cpp242 if (getTypeAction(OperVT) == TargetLowering::TypeScalarizeVector) in ScalarizeVecRes_StrictFPOp()
269 if (getTypeAction(ResVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp()
289 if (getTypeAction(OtherVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_OverflowOp()
339 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_FP_ROUND()
397 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_UnaryOp()
423 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VecInregOp()
459 if (getTypeAction(OpVT) == TargetLowering::TypeScalarizeVector) { in ScalarizeVecRes_VSELECT()
468 TargetLowering::BooleanContent ScalarBool = in ScalarizeVecRes_VSELECT()
470 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false); in ScalarizeVecRes_VSELECT()
485 ScalarBool = TargetLowering::UndefinedBooleanContent; in ScalarizeVecRes_VSELECT()
[all …]
H A DSelectionDAGBuilder.cpp166 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromParts()
329 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromPartsVector()
487 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToParts()
661 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToPartsVector()
685 TargetLowering::TypeWidenVector) { in getCopyToPartsVector()
809 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue()
841 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromRegs()
924 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToRegs()
980 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in AddInlineAsmOperands()
1449 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in handleDebugValue()
[all …]
H A DLegalizeDAG.cpp87 const TargetLowering &TLI;
509 case TargetLowering::Legal: { in LegalizeStoreOps()
523 case TargetLowering::Custom: { in LegalizeStoreOps()
530 case TargetLowering::Promote: { in LegalizeStoreOps()
621 case TargetLowering::Legal: { in LegalizeStoreOps()
632 case TargetLowering::Custom: { in LegalizeStoreOps()
638 case TargetLowering::Expand: in LegalizeStoreOps()
682 case TargetLowering::Legal: { in LegalizeLoadOps()
693 case TargetLowering::Custom: in LegalizeLoadOps()
700 case TargetLowering::Promote: { in LegalizeLoadOps()
[all …]
H A DLegalizeIntegerTypes.cpp393 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
395 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
400 case TargetLowering::TypeSoftenFloat: in PromoteIntRes_BITCAST()
403 case TargetLowering::TypeSoftPromoteHalf: in PromoteIntRes_BITCAST()
406 case TargetLowering::TypePromoteFloat: { in PromoteIntRes_BITCAST()
412 case TargetLowering::TypeExpandInteger: in PromoteIntRes_BITCAST()
413 case TargetLowering::TypeExpandFloat: in PromoteIntRes_BITCAST()
415 case TargetLowering::TypeScalarizeVector: in PromoteIntRes_BITCAST()
421 case TargetLowering::TypeScalarizeScalableVector: in PromoteIntRes_BITCAST()
423 case TargetLowering::TypeSplitVector: { in PromoteIntRes_BITCAST()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp26 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering(); in EmitTargetCodeForMemcpy()
27 TargetLowering::ArgListTy Args; in EmitTargetCodeForMemcpy()
28 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy()
34 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy()
H A DXCoreISelLowering.h88 class XCoreTargetLowering : public TargetLowering
94 using TargetLowering::isZExtFree;
214 LowerCall(TargetLowering::CallLoweringInfo &CLI,
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp33 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering(); in EmitTargetCodeForMemcpy()
34 TargetLowering::ArgListTy Args; in EmitTargetCodeForMemcpy()
35 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy()
50 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAnalysis.h28 class TargetLowering; variable
65 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
71 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
H A DSwiftErrorValueTracking.h32 class TargetLowering; variable
38 const TargetLowering *TLI;
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h22 class SPIRVTargetLowering : public TargetLowering {
26 : TargetLowering(TM) {} in SPIRVTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h63 class SparcTargetLowering : public TargetLowering {
146 LowerCall(TargetLowering::CallLoweringInfo &CLI,
148 SDValue LowerCall_32(TargetLowering::CallLoweringInfo &CLI,
150 SDValue LowerCall_64(TargetLowering::CallLoweringInfo &CLI,
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h102 class LoongArchTargetLowering : public TargetLowering {
137 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
142 TargetLowering::AtomicExpansionKind
152 TargetLowering::AtomicExpansionKind
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCCState.h58 std::vector<TargetLowering::ArgListEntry> &FuncArgs,
105 std::vector<TargetLowering::ArgListEntry> &FuncArgs, const char *Func) { in PreAnalyzeCallOperands()
116 std::vector<TargetLowering::ArgListEntry> &FuncArgs, in AnalyzeCallOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h73 class MSP430TargetLowering : public TargetLowering {
107 TargetLowering::ConstraintType
168 LowerCall(TargetLowering::CallLoweringInfo &CLI,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp60 const TargetLowering &TLI;
82 const TargetLowering &TLI_, DomTreeUpdater *DTU_, in DwarfEHPrepare()
313 const TargetLowering &TLI, DominatorTree *DT, in prepareDwarfEH()
338 const TargetLowering &TLI = *TM.getSubtargetImpl(F)->getTargetLowering(); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp72 SmallPtrSet<const TargetLowering *, 1> TLSet; in initializeLibCalls()
75 const TargetLowering *Lowering = in initializeLibCalls()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.h60 class ARCTargetLowering : public TargetLowering {
104 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,

1234567