Home
last modified time | relevance | path

Searched defs:FastISel (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp971 enum class SelectorType { SelectionDAG, FastISel, GlobalISel }; addCoreISelPasses() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h41 class FastISel; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h
H A DTargetLowering.h71 class FastISel; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h40 class FastISel; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1890 FastISel::FastISel(FunctionLoweringInfo &FuncInfo, FastISel() function in FastISel
[all...]
H A DSelectionDAGBuilder.cpp10733 isOnlyUsedInEntryBlock(const Argument * A,bool FastISel) isOnlyUsedInEntryBlock() argument