Home
last modified time | relevance | path

Searched refs:TargetSelectInstruction (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h152 TargetSelectInstruction(const Instruction *I) = 0;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp203 !TargetSelectInstruction(cast<Instruction>(Op))) in materializeRegForValue()
768 if (TargetSelectInstruction(I)) { in SelectInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp148 virtual bool TargetSelectInstruction(const Instruction *I);
2068 bool ARMFastISel::TargetSelectInstruction(const Instruction *I) { in TargetSelectInstruction() function in ARMFastISel
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp67 virtual bool TargetSelectInstruction(const Instruction *I);
1921 X86FastISel::TargetSelectInstruction(const Instruction *I) { in TargetSelectInstruction() function in X86FastISel