Home
last modified time | relevance | path

Searched defs:OpcodeIdx (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h157 const unsigned OpcodeIdx = Aspect.Opcode - FirstOp; in setAction() local
182 const unsigned OpcodeIdx = Opcode - FirstOp; in setLegalizeScalarToDifferentSizeStrategy() local
193 const unsigned OpcodeIdx = Opcode - FirstOp; in setLegalizeVectorElementToDifferentSizeStrategy() local
322 const unsigned OpcodeIdx = Opcode - FirstOp; in setScalarAction() local
329 const unsigned OpcodeIdx = Opcode - FirstOp; in setPointerAction() local
345 unsigned OpcodeIdx = Opcode - FirstOp; in setScalarInVectorAction() local
358 const unsigned OpcodeIdx = Opcode - FirstOp; in setVectorNumElementAction() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp105 for (unsigned OpcodeIdx = 0; OpcodeIdx <= LastOp - FirstOp; ++OpcodeIdx) { in computeTables() local
304 const unsigned OpcodeIdx = getOpcodeIdxForOpcode(Aspect.Opcode); in findScalarLegalAction() local
335 const unsigned OpcodeIdx = getOpcodeIdxForOpcode(Aspect.Opcode); in findVectorLegalAction() local
H A DLegalizerInfo.cpp271 unsigned OpcodeIdx = getOpcodeIdxForOpcode(Opcode); in getActionDefinitionsIdx() local
284 unsigned OpcodeIdx = getActionDefinitionsIdx(Opcode); in getActionDefinitions() local
289 unsigned OpcodeIdx = getActionDefinitionsIdx(Opcode); in getActionDefinitionsBuilder() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp69 auto getVRegIdx = [&](unsigned OpcodeIdx, unsigned OperandIdx) { in checkVOPDRegConstraints()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp347 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate() local