Home
last modified time | relevance | path

Searched refs:OpcodeIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp148 for (unsigned OpcodeIdx = 0; OpcodeIdx <= LastOp - FirstOp; ++OpcodeIdx) { in computeTables() local
149 const unsigned Opcode = FirstOp + OpcodeIdx; in computeTables()
276 OpcodeIdx = getOpcodeIdxForOpcode(Alias); in getActionDefinitionsIdx()
282 return OpcodeIdx; in getActionDefinitionsIdx()
288 return RulesForOpcode[OpcodeIdx]; in getActionDefinitions()
293 auto &Result = RulesForOpcode[OpcodeIdx]; in getActionDefinitionsBuilder()
493 ? AddrSpace2PointerActions[OpcodeIdx] in findScalarLegalAction()
496 : ScalarActions[OpcodeIdx]; in findScalarLegalAction()
521 ScalarInVectorActions[OpcodeIdx][TypeIdx]; in findVectorLegalAction()
531 auto i = NumElements2Actions[OpcodeIdx].find( in findVectorLegalAction()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h792 const unsigned OpcodeIdx = Aspect.Opcode - FirstOp; in setAction() local
817 const unsigned OpcodeIdx = Opcode - FirstOp; in setLegalizeScalarToDifferentSizeStrategy() local
820 ScalarSizeChangeStrategies[OpcodeIdx][TypeIdx] = S; in setLegalizeScalarToDifferentSizeStrategy()
828 const unsigned OpcodeIdx = Opcode - FirstOp; in setLegalizeVectorElementToDifferentSizeStrategy() local
1000 const unsigned OpcodeIdx = Opcode - FirstOp; in setScalarAction() local
1007 const unsigned OpcodeIdx = Opcode - FirstOp; in setPointerAction() local
1009 AddrSpace2PointerActions[OpcodeIdx].end()) in setPointerAction()
1023 unsigned OpcodeIdx = Opcode - FirstOp; in setScalarInVectorAction() local
1025 ScalarInVectorActions[OpcodeIdx]; in setScalarInVectorAction()
1036 const unsigned OpcodeIdx = Opcode - FirstOp; in setVectorNumElementAction() local
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp350 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate() local
351 if (OpcodeMasks[OpcodeIdx].first[ProcIndex]) { in processSTIPredicate()
357 OpcodeMasks[OpcodeIdx].first |= ProcMask; in processSTIPredicate()
358 OpcodeMasks[OpcodeIdx].second |= PredMask; in processSTIPredicate()
359 OpcodeInfo &OI = OpcodeMappings[OpcodeIdx].second; in processSTIPredicate()