Home
last modified time | relevance | path

Searched defs:OpNum (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp55 void printS16ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printS16ImmOperand()
58 void printU16ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printU16ImmOperand()
61 void printS32ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printS32ImmOperand()
64 void printU32ImmOperand(const MachineInstr *MI, int OpNum, raw_ostream &O) { in printU32ImmOperand()
84 void SystemZAsmPrinter::printPCRelImmOperand(const MachineInstr *MI, int OpNum, in printPCRelImmOperand()
123 void SystemZAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
182 void SystemZAsmPrinter::printRIAddrOperand(const MachineInstr *MI, int OpNum, in printRIAddrOperand()
198 void SystemZAsmPrinter::printRRIAddrOperand(const MachineInstr *MI, int OpNum, in printRRIAddrOperand()
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp157 void ARMInstPrinter::printSORegOperand(const MCInst *MI, unsigned OpNum, in printSORegOperand()
255 unsigned OpNum, in printAddrMode2OffsetOperand()
335 unsigned OpNum, in printAddrMode3OffsetOperand()
352 void ARMInstPrinter::printLdStmModeOperand(const MCInst *MI, unsigned OpNum, in printLdStmModeOperand()
359 void ARMInstPrinter::printAddrMode5Operand(const MCInst *MI, unsigned OpNum, in printAddrMode5Operand()
379 void ARMInstPrinter::printAddrMode6Operand(const MCInst *MI, unsigned OpNum, in printAddrMode6Operand()
392 void ARMInstPrinter::printAddrMode7Operand(const MCInst *MI, unsigned OpNum, in printAddrMode7Operand()
399 unsigned OpNum, in printAddrMode6OffsetOperand()
409 unsigned OpNum, in printBitfieldInvMaskImmOperand()
419 void ARMInstPrinter::printMemBOption(const MCInst *MI, unsigned OpNum, in printMemBOption()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2126 unsigned OpNum = 0; in ParseFunctionBody() local
2157 unsigned OpNum = 0; in ParseFunctionBody() local
2173 unsigned OpNum = 0; in ParseFunctionBody() local
2195 unsigned OpNum = 0; in ParseFunctionBody() local
2216 unsigned OpNum = 0; in ParseFunctionBody() local
2241 unsigned OpNum = 0; in ParseFunctionBody() local
2256 unsigned OpNum = 0; in ParseFunctionBody() local
2281 unsigned OpNum = 0; in ParseFunctionBody() local
2292 unsigned OpNum = 0; in ParseFunctionBody() local
2305 unsigned OpNum = 0; in ParseFunctionBody() local
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp66 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
113 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum, in printSrcMemOperand()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp254 void ARMAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
342 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand()
434 unsigned OpNum, unsigned AsmVariant, in PrintAsmMemoryOperand()
815 int OpNum = 1; in EmitJumpTable() local
856 int OpNum = (Opcode == ARM::t2BR_JT) ? 2 : 1; in EmitJump2Table() local
DARMMCCodeEmitter.cpp1009 getT2AddrModeSORegOpValue(const MCInst &MI, unsigned OpNum, in getT2AddrModeSORegOpValue()
1027 getT2AddrModeImm8OpValue(const MCInst &MI, unsigned OpNum, in getT2AddrModeImm8OpValue()
1048 getT2AddrModeImm8OffsetOpValue(const MCInst &MI, unsigned OpNum, in getT2AddrModeImm8OffsetOpValue()
1064 getT2AddrModeImm12OffsetOpValue(const MCInst &MI, unsigned OpNum, in getT2AddrModeImm12OffsetOpValue()
DThumb2SizeReduction.cpp327 unsigned OpNum = 3; // First 'rest' of operands. in ReduceLoadStore() local
DARMLoadStoreOptimizer.cpp752 for (unsigned OpNum = 3, e = MI->getNumOperands(); OpNum != e; ++OpNum) in MergeBaseUpdateLSMultiple() local
DARMISelLowering.cpp4183 unsigned OpNum = (PFEntry >> 26) & 0x0F; in GeneratePerfectShuffle() local
/external/llvm/lib/Target/
DTargetInstrInfo.cpp31 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum, in getRegClass()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp541 RAFast::defineVirtReg(MachineInstr *MI, unsigned OpNum, in defineVirtReg()
575 RAFast::reloadVirtReg(MachineInstr *MI, unsigned OpNum, in reloadVirtReg()
627 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { in setPhysReg()
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp106 unsigned short OpNum; member
394 unsigned OpNum = ShufTab[i].Op ? ShufTab[i].Op->OpNum : 0; in main() local
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp277 unsigned OpNum, unsigned AsmVariant, in PrintAsmMemoryOperand()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h147 int getOperandConstraint(unsigned OpNum, in getOperandConstraint()
/external/llvm/lib/Target/X86/
DX86MCCodeEmitter.cpp61 unsigned OpNum) { in getVEXRegisterEncoding()
DX86InstrInfo.cpp2578 unsigned OpNum = Ops[0]; in canFoldMemoryOperand() local
DX86ISelLowering.cpp4051 unsigned OpNum = (Index == 0) ? 1 : 0; in getShuffleScalarElt() local
4114 int OpIdx, int NumElems, unsigned &OpNum) { in isShuffleMaskConsecutive()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4095 unsigned OpNum = (PFEntry >> 26) & 0x0F; in GeneratePerfectShuffle() local