Home
last modified time | relevance | path

Searched refs:OpcodeIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp51 static cl::opt<int> OpcodeIndex( variable
218 (OpcodeIndex == 0 ? 0 : 1) + in getOpcodesOrDie()
227 if (OpcodeIndex > 0) in getOpcodesOrDie()
228 return {static_cast<unsigned>(OpcodeIndex)}; in getOpcodesOrDie()
229 if (OpcodeIndex < 0) { in getOpcodesOrDie()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2122 unsigned OpcodeIndex; in SelectVLD() local
2126 case MVT::v8i8: OpcodeIndex = 0; break; in SelectVLD()
2129 case MVT::v4i16: OpcodeIndex = 1; break; in SelectVLD()
2131 case MVT::v2i32: OpcodeIndex = 2; break; in SelectVLD()
2132 case MVT::v1i64: OpcodeIndex = 3; break; in SelectVLD()
2134 case MVT::v16i8: OpcodeIndex = 0; break; in SelectVLD()
2137 case MVT::v8i16: OpcodeIndex = 1; break; in SelectVLD()
2267 unsigned OpcodeIndex; in SelectVST() local
2437 unsigned OpcodeIndex; in SelectVLDSTLane() local
2977 unsigned OpcodeIndex; in SelectVLDDup() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1872 int OpcodeIndex = 0; in getSpillIndex() local
1876 OpcodeIndex = SOK_Int4Spill; in getSpillIndex()
1879 OpcodeIndex = SOK_Int8Spill; in getSpillIndex()
1881 OpcodeIndex = SOK_Float8Spill; in getSpillIndex()
1883 OpcodeIndex = SOK_Float4Spill; in getSpillIndex()
1885 OpcodeIndex = SOK_SPESpill; in getSpillIndex()
1887 OpcodeIndex = SOK_CRSpill; in getSpillIndex()
1889 OpcodeIndex = SOK_CRBitSpill; in getSpillIndex()
1891 OpcodeIndex = SOK_VRVectorSpill; in getSpillIndex()
1899 OpcodeIndex = SOK_SpillToVSR; in getSpillIndex()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp30 enum OpcodeIndex { enum