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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 324 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
337 assert(TLI->InstructionOpcodeToISD(Opcode) && "Invalid opcode");
351 int ISD = TLI->InstructionOpcodeToISD(Opcode);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 294 int ISD = TLI->InstructionOpcodeToISD(Opcode);
361 int ISD = TLI->InstructionOpcodeToISD(Opcode);
456 int ISD = TLI->InstructionOpcodeToISD(Opcode);
CodeGenPrepare.cpp 661 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode());
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 297 int ISD = TLI->InstructionOpcodeToISD(Opcode);
409 int ISD = TLI->InstructionOpcodeToISD(Opcode);
444 int ISD = TLI->InstructionOpcodeToISD(Opcode);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 187 int ISD = TLI->InstructionOpcodeToISD(Opcode);
523 int ISD = TLI->InstructionOpcodeToISD(Opcode);
689 int ISD = TLI->InstructionOpcodeToISD(Opcode);
844 int ISD = TLI->InstructionOpcodeToISD(Opcode);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 185 int ISD = TLI->InstructionOpcodeToISD(Opcode);
398 int ISD = TLI->InstructionOpcodeToISD(Opcode);
504 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode);
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 1246 milliseconds