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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 133 /// TargetSelectInstruction - This method is called by target-independent
139 TargetSelectInstruction(const Instruction *I) = 0;
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 198 !TargetSelectInstruction(cast<Instruction>(Op)))
756 if (TargetSelectInstruction(I)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 148 virtual bool TargetSelectInstruction(const Instruction *I);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 66 virtual bool TargetSelectInstruction(const Instruction *I);
    [all...]

Completed in 192 milliseconds