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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 171 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
183 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
197 int ISD = TLI->InstructionOpcodeToISD(Opcode);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 198 int ISD = TLI->InstructionOpcodeToISD(Opcode);
239 int ISD = TLI->InstructionOpcodeToISD(Opcode);
332 int ISD = TLI->InstructionOpcodeToISD(Opcode);
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 169 int ISD = TLI->InstructionOpcodeToISD(Opcode);
235 int ISD = TLI->InstructionOpcodeToISD(Opcode);
283 int ISD = TLI->InstructionOpcodeToISD(Opcode);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 177 int ISD = TLI->InstructionOpcodeToISD(Opcode);
387 int ISD = TLI->InstructionOpcodeToISD(Opcode);
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 436 milliseconds