/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.cpp | 22 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() argument 34 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() argument 50 int OpIndex, in expandCheckImmOperandSimple() argument 62 void PredicateExpander::expandCheckImmOperandLT(raw_ostream &OS, int OpIndex, in expandCheckImmOperandLT() argument 74 void PredicateExpander::expandCheckImmOperandGT(raw_ostream &OS, int OpIndex, in expandCheckImmOperandGT() argument 86 expandCheckRegOperand(raw_ostream & OS,int OpIndex,const Record * Reg,StringRef FunctionMapper) expandCheckRegOperand() argument 105 expandCheckRegOperandSimple(raw_ostream & OS,int OpIndex,StringRef FunctionMapper) expandCheckRegOperandSimple() argument 118 expandCheckInvalidRegOperand(raw_ostream & OS,int OpIndex) expandCheckInvalidRegOperand() argument 215 expandCheckIsRegOperand(raw_ostream & OS,int OpIndex) expandCheckIsRegOperand() argument 220 expandCheckIsVRegOperand(raw_ostream & OS,int OpIndex) expandCheckIsVRegOperand() argument 225 expandCheckIsImmOperand(raw_ostream & OS,int OpIndex) expandCheckIsImmOperand() argument [all...] |
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.cpp | 43 for (unsigned OpIndex = 0; OpIndex < Inst.getNumOperands(); ++OpIndex) { in emitInstruction() local
|
/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 418 I < NumVariadicOps && !AssumeUsesOnly; ++I, ++OpIndex) { in populateWrites() local 455 for (unsigned I = 0, OpIndex = MCDesc.getNumDefs(); I < NumExplicitUses; populateReads() local 490 for (unsigned I = 0, OpIndex = MCDesc.getNumOperands(); populateReads() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 173 uint8_t OpIndex; member 404 int16_t OpIndex; global() member
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | PredicateTree.cpp | 377 struct OpIndex { struct 378 parent__anone565e0160e11::OpIndex global() argument 379 index__anone565e0160e11::OpIndex global() argument
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | MCInstrDescView.cpp | 109 unsigned OpIndex = 0; create() local
|
H A D | Assembler.cpp | 158 for (unsigned OpIndex = 0, E = Inst.getNumOperands(); OpIndex < E; in addInstruction() local
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 139 int OpIndex; member 167 int OpIndex; member
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 577 while (OpIndex < Desc.getNumOperands() && in evaluateMemoryOperandAddress() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 298 unsigned OpIndex = FirstFieldOpNo + FieldIndex * NumOpsPerField; in getFieldType() local
|
/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 470 MCOperand &MCO = MI.getOperand(OpIndex); in getSingleInstruction() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 64 getMetadataUInt(MDNode * MdNode,unsigned OpIndex,unsigned DefaultVal=0) getMetadataUInt() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 773 int OpIndex, PrintIndex; formatAliasString() local
|
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1697 unsigned OpIndex; selectMulDivRem() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugLineTest.cpp | 1090 uint8_t OpIndex, uint32_t Line) { argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1921 unsigned TypeIndex, OpIndex; X86SelectDivRem() local
|
H A D | X86ISelLowering.cpp | 16757 unsigned OpIndex = i / 2; lowerV4X128Shuffle() local 38604 unsigned OpIndex = i / 2; combineX86ShuffleChain() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 301 unsigned OpIndex = any_of(Shuf->getShuffleMask(), [&NumOpElts](int M) { widenSubvectorLoad() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 4565 int OpIndex; orderFrameObjects() local
|