HomeSort by relevance Sort by last modified time
    Searched defs:ISDOpcode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 504 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode);
553 Idx = CostTableLookup(CostTbl, ISDOpcode, LT.second);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 661 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode());
662 if (!ISDOpcode)
667 if (TLI.isOperationLegalOrCustom(ISDOpcode,
    [all...]

Completed in 203 milliseconds