HomeSort by relevance Sort by last modified time
    Searched refs:createFastISel (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 347 /// createFastISel - This method returns a target specific FastISel object,
349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 700 /// createFastISel - This method returns a target specific FastISel object,
702 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
    [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 829 FastIS = TLI.createFastISel(*FuncInfo);
    [all...]

Completed in 257 milliseconds