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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 146 /// TargetSelectInstruction - This method is called by target-independent
152 TargetSelectInstruction(const Instruction *I) = 0;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 203 !TargetSelectInstruction(cast<Instruction>(Op)))
768 if (TargetSelectInstruction(I)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 148 virtual bool TargetSelectInstruction(const Instruction *I);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 67 virtual bool TargetSelectInstruction(const Instruction *I);
    [all...]

Completed in 413 milliseconds