Searched defs:FastISel (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/docs/TableGen/ | ||
H A D | BackEnds.rst | 198 FastISel section in LLVM BackEnds |
/llvm-project/llvm/include/llvm/Passes/ | ||
H A D | CodeGenPassBuilder.h | 791 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; addCoreISelPasses() enumerator |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | TargetPassConfig.cpp | 978 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; addCoreISelPasses() enumerator |
/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsISelLowering.h | 41 class FastISel; variable |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.h | 39 class FastISel; variable |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | FastISel.cpp | 1931 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, FastISel() function in FastISel |
H A D | SelectionDAGBuilder.cpp | 11190 isOnlyUsedInEntryBlock(const Argument * A,bool FastISel) isOnlyUsedInEntryBlock() argument |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 71 class FastISel; global() variable |