Home
last modified time | relevance | path

Searched refs:getOperandIndex (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h277 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h277 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h277 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h277 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h277 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h276 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h285 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h285 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h285 unsigned getOperandIndex() const { in getOperandIndex() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_util.cpp1392 return getPredefinedVarType(mapExternalToInternalPreDefVar(opnd.getOperandIndex())); in getVectorOperandType()
1396 const var_info_t& var = *header->getVar(opnd.getOperandIndex()-numPreDefinedVars); in getVectorOperandType()
H A DIsaDisassembly.cpp250 << printVariableDeclName(header, opnd.getOperandIndex(), opt, NOT_A_STATE_OPND); in printVectorOperand()
293 … sstr << "&" << printVariableDeclName(header, opnd.getOperandIndex(), opt, NOT_A_STATE_OPND); in printVectorOperand()
316 …sstr << printVariableDeclName(header, opnd.getOperandIndex(), opt, (Common_ISA_State_Opnd_Class)op… in printVectorOperand()
828 unsigned opnd_index = curOpnd.getOperandIndex(); in printInstructionCommon()
2634 vo.getOperandIndex(), in formatVectorOperand()
H A DIsaVerification.cpp137 uint32_t index = opnd.getOperandIndex(); in diagDumpInstructionOperandDecls()
478 uint32_t operand_index = vect.getOperandIndex(); in verifyRegion()
598 … const var_info_t* var = header->getVar(vect.getOperandIndex()-numPreDefinedVars); in verifyRegion()
803 uint32_t operand_index = opnd.getOperandIndex(); in verifyVectorOperand()
3589 if (!vo.isImmediate() && vo.getOperandIndex() == 0) { in verifyVectorOperandNotNull()
H A DCommon_ISA.h592 inline uint32_t getOperandIndex() const in getOperandIndex() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp412 unsigned getOperandIndex(const MachineInstr &MI,
1880 RegOps.push_back({&UI, getOperandIndex(UI, Op)}); in replaceInstr()
1934 unsigned HCE::getOperandIndex(const MachineInstr &MI, in getOperandIndex() function in HCE
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp412 unsigned getOperandIndex(const MachineInstr &MI,
1880 RegOps.push_back({&UI, getOperandIndex(UI, Op)}); in replaceInstr()
1934 unsigned HCE::getOperandIndex(const MachineInstr &MI, in getOperandIndex() function in HCE
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp411 unsigned getOperandIndex(const MachineInstr &MI,
1861 RegOps.push_back({&UI, getOperandIndex(UI, Op)}); in replaceInstr()
1915 unsigned HCE::getOperandIndex(const MachineInstr &MI, in getOperandIndex() function in HCE
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp410 unsigned getOperandIndex(const MachineInstr &MI,
1878 RegOps.push_back({&UI, getOperandIndex(UI, Op)}); in replaceInstr()
1932 unsigned HCE::getOperandIndex(const MachineInstr &MI, in getOperandIndex() function in HCE

123