Home
last modified time | relevance | path

Searched refs:FastISel (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp123 void FastISel::startNewBlock() { in startNewBlock()
138 bool FastISel::lowerArguments() { in lowerArguments()
185 void FastISel::flushLocalValueMap() { in flushLocalValueMap()
401 void FastISel::recomputeInsertPt() { in recomputeInsertPt()
430 FastISel::SavePoint FastISel::enterLocalValueArea() { in enterLocalValueArea()
745 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee()
1146 bool FastISel::selectCall(const User *I) { in selectCall()
1487 bool FastISel::selectBitCast(const User *I) { in selectBitCast()
1516 bool FastISel::selectFreeze(const User *I) { in selectFreeze()
1890 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, in FastISel() function in FastISel
[all …]
H A DSelectionDAGISel.cpp1492 FastISel *FastIS = nullptr; in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.cpp10733 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock() argument
10736 if (FastISel) in isOnlyUsedInEntryBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h58 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
153 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DWebAssemblyFastISel.cpp51 class WebAssemblyFastISel final : public FastISel {
200 : FastISel(FuncInfo, LibInfo, /*SkipTargetIndependentISel=*/true) { in WebAssemblyFastISel()
1432 FastISel *WebAssembly::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
H A DWebAssemblyISelLowering.cpp420 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h66 class FastISel {
229 virtual ~FastISel();
327 explicit FastISel(FunctionLoweringInfo &FuncInfo,
H A DCodeGenPassBuilder.h857 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
861 Selector = SelectorType::FastISel; in addCoreISelPasses()
869 Selector = SelectorType::FastISel; in addCoreISelPasses()
874 if (Selector == SelectorType::FastISel) { in addCoreISelPasses()
H A DTargetLowering.h71 class FastISel; variable
4754 virtual FastISel *createFastISel(FunctionLoweringInfo &, in createFastISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h41 class FastISel; variable
274 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
716 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DMipsFastISel.cpp82 class MipsFastISel final : public FastISel {
252 : FastISel(funcInfo, libInfo), TM(funcInfo.MF->getTarget()), in MipsFastISel()
2138 return FastISel::fastEmitInst_rr(MachineInstOpcode, RC, Op0, Op1); in fastEmitInst_rr()
2143 FastISel *Mips::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
H A DMipsISelLowering.cpp533 FastISel *
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp971 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; in addCoreISelPasses() enumerator
975 Selector = SelectorType::FastISel; in addCoreISelPasses()
982 Selector = SelectorType::FastISel; in addCoreISelPasses()
987 if (Selector == SelectorType::FastISel) { in addCoreISelPasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h40 class FastISel; variable
588 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1004 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DARMFastISel.cpp107 class ARMFastISel final : public FastISel {
124 : FastISel(funcInfo, libInfo), in ARMFastISel()
3082 FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp85 class PPCFastISel final : public FastISel {
97 : FastISel(FuncInfo, LibInfo), TM(FuncInfo.MF->getTarget()), in PPCFastISel()
2435 return FastISel::fastEmitInst_ri(MachineInstOpcode, UseRC, Op0, Imm); in fastEmitInst_ri()
2448 return FastISel::fastEmitInst_r(MachineInstOpcode, UseRC, Op0); in fastEmitInst_r()
2461 return FastISel::fastEmitInst_rr(MachineInstOpcode, UseRC, Op0, Op1); in fastEmitInst_rr()
2466 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
H A DPPCISelLowering.h1100 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
1485 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
H A DPPCISelLowering.cpp17409 FastISel *
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1491 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1828 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DX86FastISel.cpp47 class X86FastISel final : public FastISel {
55 : FastISel(funcInfo, libInfo) { in X86FastISel()
4068 FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h603 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
1316 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
H A DAArch64FastISel.cpp81 class AArch64FastISel final : public FastISel {
286 : FastISel(FuncInfo, LibInfo, /*SkipTargetIndependentISel=*/true) { in AArch64FastISel()
5129 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5178 FastISel *AArch64::createFastISel(FunctionLoweringInfo &FuncInfo, in createFastISel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td983 // Note that FastISel does not currently understand IntImmLeaf and will not
995 // Note that FastISel does not currently understand FPImmLeaf and will not
H A DTarget.td744 /// Should FastISel ignore this instruction. For certain ISAs, they have
746 /// instruction selection predicates. FastISel cannot handle such cases, but
/freebsd/lib/clang/libllvm/
H A DMakefile433 SRCS_MIN+= CodeGen/SelectionDAG/FastISel.cpp
2134 FastISel/-gen-fast-isel \

12