HomeSort by: relevance | last modified time | path
    Searched defs:ISDOpcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1250 int ISDOpcode = TLI->InstructionOpcodeToISD(Opcode);
1255 switch (ISDOpcode) {
1312 if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second))
1369 if (TLI->isOperationLegalOrCustomOrPromote(ISDOpcode, LT.second))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 1852 int ISDOpcode = TLI.InstructionOpcodeToISD(TruncUser->getOpcode());
1853 if (!ISDOpcode)
1862 ISDOpcode, TLI.getValueType(DL, TruncUser->getType(), true)))
4006 int ISDOpcode = TLI.InstructionOpcodeToISD(PromotedInst->getOpcode());
4007 // If the ISDOpcode is undefined, it was undefined before the promotion.
4008 if (!ISDOpcode)
4012 ISDOpcode, TLI.getValueType(DL, PromotedInst->getType()));
7249 int ISDOpcode = TLI.InstructionOpcodeToISD(ToBePromoted->getOpcode());
7250 if (!ISDOpcode)
7254 ISDOpcode, TLI.getValueType(DL, getTransitionType(), true))
    [all...]

Completed in 60 milliseconds