Home
last modified time | relevance | path

Searched defs:MI (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.h66 void printPCRelImm(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCRelImm()
71 void printARI8Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARI8Mem()
74 void printARI16Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARI16Mem()
77 void printARI32Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARI32Mem()
81 void printARIPI8Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPI8Mem()
84 void printARIPI16Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPI16Mem()
87 void printARIPI32Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPI32Mem()
91 void printARIPD8Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPD8Mem()
94 void printARIPD16Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPD16Mem()
97 void printARIPD32Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPD32Mem()
[all …]
H A DM68kInstPrinter.cpp48 void M68kInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
57 void M68kInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
74 void M68kInstPrinter::printImmediate(const MCInst *MI, unsigned opNum, in printImmediate()
86 void M68kInstPrinter::printMoveMask(const MCInst *MI, unsigned opNum, in printMoveMask()
139 void M68kInstPrinter::printDisp(const MCInst *MI, unsigned opNum, in printDisp()
150 void M68kInstPrinter::printARIMem(const MCInst *MI, unsigned opNum, in printARIMem()
157 void M68kInstPrinter::printARIPIMem(const MCInst *MI, unsigned opNum, in printARIPIMem()
164 void M68kInstPrinter::printARIPDMem(const MCInst *MI, unsigned opNum, in printARIPDMem()
171 void M68kInstPrinter::printARIDMem(const MCInst *MI, unsigned opNum, in printARIDMem()
180 void M68kInstPrinter::printARIIMem(const MCInst *MI, unsigned opNum, in printARIIMem()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86IntelInstPrinter.h52 void printbytemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printbytemem()
56 void printwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printwordmem()
60 void printdwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printdwordmem()
64 void printqwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printqwordmem()
68 void printxmmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printxmmwordmem()
72 void printymmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printymmwordmem()
76 void printzmmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printzmmwordmem()
80 void printtbytemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printtbytemem()
86 void printSrcIdx8(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printSrcIdx8()
90 void printSrcIdx16(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printSrcIdx16()
[all …]
H A DX86ATTInstPrinter.h51 void printbytemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printbytemem()
54 void printwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printwordmem()
57 void printdwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printdwordmem()
60 void printqwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printqwordmem()
63 void printxmmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printxmmwordmem()
66 void printymmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printymmwordmem()
69 void printzmmwordmem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printzmmwordmem()
72 void printtbytemem(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printtbytemem()
76 void printSrcIdx8(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printSrcIdx8()
79 void printSrcIdx16(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printSrcIdx16()
[all …]
H A DX86InstPrinterCommon.cpp28 void X86InstPrinterCommon::printCondCode(const MCInst *MI, unsigned Op, in printCondCode()
52 void X86InstPrinterCommon::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
92 void X86InstPrinterCommon::printVPCOMMnemonic(const MCInst *MI, in printVPCOMMnemonic()
122 void X86InstPrinterCommon::printVPCMPMnemonic(const MCInst *MI, in printVPCMPMnemonic()
209 void X86InstPrinterCommon::printCMPMnemonic(const MCInst *MI, bool IsVCmp, in printCMPMnemonic()
270 void X86InstPrinterCommon::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
296 void X86InstPrinterCommon::printPCRelImm(const MCInst *MI, uint64_t Address, in printPCRelImm()
326 void X86InstPrinterCommon::printOptionalSegReg(const MCInst *MI, unsigned OpNo, in printOptionalSegReg()
334 void X86InstPrinterCommon::printInstFlags(const MCInst *MI, raw_ostream &O) { in printInstFlags()
366 void X86InstPrinterCommon::printVKPair(const MCInst *MI, unsigned OpNo, in printVKPair()
H A DX86IntelInstPrinter.cpp40 void X86IntelInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
60 bool X86IntelInstPrinter::printVecCompareInstr(const MCInst *MI, raw_ostream &OS) { in printVecCompareInstr()
330 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
344 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
401 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
410 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
418 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
437 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
445 void X86IntelInstPrinter::printSTiRegOperand(const MCInst *MI, unsigned OpNo, in printSTiRegOperand()
H A DX86ATTInstPrinter.cpp42 void X86ATTInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
79 bool X86ATTInstPrinter::printVecCompareInstr(const MCInst *MI, in printVecCompareInstr()
353 void X86ATTInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
386 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
436 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
450 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
461 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
480 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
489 void X86ATTInstPrinter::printSTiRegOperand(const MCInst *MI, unsigned OpNo, in printSTiRegOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h258 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode()
339 static bool isSALU(const MachineInstr &MI) { in isSALU()
347 static bool isVALU(const MachineInstr &MI) { in isVALU()
355 static bool isVMEM(const MachineInstr &MI) { in isVMEM()
363 static bool isSOP1(const MachineInstr &MI) { in isSOP1()
371 static bool isSOP2(const MachineInstr &MI) { in isSOP2()
379 static bool isSOPC(const MachineInstr &MI) { in isSOPC()
387 static bool isSOPK(const MachineInstr &MI) { in isSOPK()
395 static bool isSOPP(const MachineInstr &MI) { in isSOPP()
403 static bool isPacked(const MachineInstr &MI) { in isPacked()
[all …]
H A DGCNHazardRecognizer.cpp47 void GCNHazardRecognizer::EmitInstruction(MachineInstr *MI) { in EmitInstruction()
97 static bool isXDL(const GCNSubtarget &ST, const MachineInstr &MI) { in isXDL()
110 const MachineInstr &MI) { in isSendMsgTraceDataOrGDS()
135 static bool isPermlane(const MachineInstr &MI) { in isPermlane()
149 MachineInstr *MI = SU->getInstr(); in getHazardType() local
224 static void insertNoopsInBundle(MachineInstr *MI, const SIInstrInfo &TII, in insertNoopsInBundle()
235 MachineBasicBlock::instr_iterator MI = std::next(CurrCycleInstr->getIterator()); in processBundle() local
260 unsigned GCNHazardRecognizer::PreEmitNoops(MachineInstr *MI) { in PreEmitNoops()
269 unsigned GCNHazardRecognizer::PreEmitNoopsCommon(MachineInstr *MI) { in PreEmitNoopsCommon()
432 const MachineInstr *MI, IsExpiredFn IsExpired) { in getWaitStatesSince()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp70 void SystemZInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
78 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printUImmOperand()
85 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand()
91 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand()
96 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand()
101 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand()
106 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand()
111 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand()
116 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand()
121 void SystemZInstPrinter::printU8ImmOperand(const MCInst *MI, int OpNum, in printU8ImmOperand()
[all …]
H A DSystemZMCCodeEmitter.cpp102 uint64_t getPC16DBLEncoding(const MCInst &MI, unsigned OpNum, in getPC16DBLEncoding()
108 uint64_t getPC32DBLEncoding(const MCInst &MI, unsigned OpNum, in getPC32DBLEncoding()
114 uint64_t getPC16DBLTLSEncoding(const MCInst &MI, unsigned OpNum, in getPC16DBLTLSEncoding()
120 uint64_t getPC32DBLTLSEncoding(const MCInst &MI, unsigned OpNum, in getPC32DBLTLSEncoding()
126 uint64_t getPC12DBLBPPEncoding(const MCInst &MI, unsigned OpNum, in getPC12DBLBPPEncoding()
132 uint64_t getPC16DBLBPPEncoding(const MCInst &MI, unsigned OpNum, in getPC16DBLBPPEncoding()
138 uint64_t getPC24DBLBPPEncoding(const MCInst &MI, unsigned OpNum, in getPC24DBLBPPEncoding()
155 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction()
172 getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue()
183 getBDAddr12Encoding(const MCInst &MI, unsigned OpNum, in getBDAddr12Encoding()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp49 void AMDGPUInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
57 void AMDGPUInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand()
63 void AMDGPUInstPrinter::printU8ImmOperand(const MCInst *MI, unsigned OpNo, in printU8ImmOperand()
68 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand()
80 void AMDGPUInstPrinter::printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU4ImmDecOperand()
85 void AMDGPUInstPrinter::printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU8ImmDecOperand()
90 void AMDGPUInstPrinter::printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU16ImmDecOperand()
95 void AMDGPUInstPrinter::printU32ImmOperand(const MCInst *MI, unsigned OpNo, in printU32ImmOperand()
101 void AMDGPUInstPrinter::printNamedBit(const MCInst *MI, unsigned OpNo, in printNamedBit()
108 void AMDGPUInstPrinter::printOffen(const MCInst *MI, unsigned OpNo, in printOffen()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp91 void ARMInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
311 void ARMInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
351 void ARMInstPrinter::printThumbLdrLabelOperand(const MCInst *MI, unsigned OpNum, in printThumbLdrLabelOperand()
381 void ARMInstPrinter::printSORegRegOperand(const MCInst *MI, unsigned OpNum, in printSORegRegOperand()
401 void ARMInstPrinter::printSORegImmOperand(const MCInst *MI, unsigned OpNum, in printSORegImmOperand()
418 void ARMInstPrinter::printAM2PreOrOffsetIndexOp(const MCInst *MI, unsigned Op, in printAM2PreOrOffsetIndexOp()
447 void ARMInstPrinter::printAddrModeTBB(const MCInst *MI, unsigned Op, in printAddrModeTBB()
459 void ARMInstPrinter::printAddrModeTBH(const MCInst *MI, unsigned Op, in printAddrModeTBH()
471 void ARMInstPrinter::printAddrMode2Operand(const MCInst *MI, unsigned Op, in printAddrMode2Operand()
490 void ARMInstPrinter::printAddrMode2OffsetOperand(const MCInst *MI, in printAddrMode2OffsetOperand()
[all …]
H A DARMMCCodeEmitter.cpp231 uint32_t getLdStmModeOpValue(const MCInst &MI, unsigned OpIdx, in getLdStmModeOpValue()
306 unsigned getCCOutOpValue(const MCInst &MI, unsigned Op, in getCCOutOpValue()
314 unsigned getModImmOpValue(const MCInst &MI, unsigned Op, in getModImmOpValue()
333 unsigned getT2SOImmOpValue(const MCInst &MI, unsigned Op, in getT2SOImmOpValue()
374 unsigned getNEONVcvtImm32OpValue(const MCInst &MI, unsigned Op, in getNEONVcvtImm32OpValue()
480 unsigned ARMMCCodeEmitter::NEONThumb2DataIPostEncoder(const MCInst &MI, in NEONThumb2DataIPostEncoder()
500 unsigned ARMMCCodeEmitter::NEONThumb2LoadStorePostEncoder(const MCInst &MI, in NEONThumb2LoadStorePostEncoder()
514 unsigned ARMMCCodeEmitter::NEONThumb2DupPostEncoder(const MCInst &MI, in NEONThumb2DupPostEncoder()
527 unsigned ARMMCCodeEmitter::NEONThumb2V8PostEncoder(const MCInst &MI, in NEONThumb2V8PostEncoder()
540 VFPThumb2PostEncoder(const MCInst &MI, unsigned EncodedValue, in VFPThumb2PostEncoder()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
48 static bool usesGivenOffset(const MCInst *MI, int AddOffset) { in usesGivenOffset()
55 static bool isPreIncrementForm(const MCInst *MI, int AddOffset) { in isPreIncrementForm()
60 static bool isPostIncrementForm(const MCInst *MI, int AddOffset) { in isPostIncrementForm()
65 static StringRef decIncOperator(const MCInst *MI) { in decIncOperator()
71 bool LanaiInstPrinter::printMemoryLoadIncrement(const MCInst *MI, in printMemoryLoadIncrement()
90 bool LanaiInstPrinter::printMemoryStoreIncrement(const MCInst *MI, in printMemoryStoreIncrement()
109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias()
140 void LanaiInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
149 void LanaiInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp31 static bool isReg(const MCInst &MI, unsigned OpNo) { in isReg()
78 void MipsInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
125 void MipsInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
143 void MipsInstPrinter::printUImm(const MCInst *MI, int opNum, raw_ostream &O) { in printUImm()
158 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperand()
185 printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperandEA()
194 printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printFCCOperand()
200 printSHFMask(const MCInst *MI, int opNum, raw_ostream &O) { in printSHFMask()
204 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias()
211 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, in printAlias()
[all …]
H A DMipsMCCodeEmitter.cpp153 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction()
236 getBranchTargetOpValue(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValue()
258 getBranchTargetOpValue1SImm16(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValue1SImm16()
280 getBranchTargetOpValueMMR6(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueMMR6()
303 getBranchTargetOpValueLsl2MMR6(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueLsl2MMR6()
326 getBranchTarget7OpValueMM(const MCInst &MI, unsigned OpNo, in getBranchTarget7OpValueMM()
347 getBranchTargetOpValueMMPC10(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueMMPC10()
368 getBranchTargetOpValueMM(const MCInst &MI, unsigned OpNo, in getBranchTargetOpValueMM()
390 getBranchTarget21OpValue(const MCInst &MI, unsigned OpNo, in getBranchTarget21OpValue()
412 getBranchTarget21OpValueMM(const MCInst &MI, unsigned OpNo, in getBranchTarget21OpValueMM()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp55 void PPCInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
215 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand()
313 void PPCInstPrinter::printATBitsAsHint(const MCInst *MI, unsigned OpNo, in printATBitsAsHint()
323 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand()
331 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand()
339 void PPCInstPrinter::printU3ImmOperand(const MCInst *MI, unsigned OpNo, in printU3ImmOperand()
347 void PPCInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand()
355 void PPCInstPrinter::printS5ImmOperand(const MCInst *MI, unsigned OpNo, in printS5ImmOperand()
363 void PPCInstPrinter::printImmZeroOperand(const MCInst *MI, unsigned OpNo, in printImmZeroOperand()
371 void PPCInstPrinter::printU5ImmOperand(const MCInst *MI, unsigned OpNo, in printU5ImmOperand()
[all …]
H A DPPCMCCodeEmitter.cpp43 getDirectBrEncoding(const MCInst &MI, unsigned OpNo, in getDirectBrEncoding()
59 unsigned PPCMCCodeEmitter::getCondBrEncoding(const MCInst &MI, unsigned OpNo, in getCondBrEncoding()
72 getAbsDirectBrEncoding(const MCInst &MI, unsigned OpNo, in getAbsDirectBrEncoding()
85 getAbsCondBrEncoding(const MCInst &MI, unsigned OpNo, in getAbsCondBrEncoding()
98 PPCMCCodeEmitter::getVSRpEvenEncoding(const MCInst &MI, unsigned OpNo, in getVSRpEvenEncoding()
107 unsigned PPCMCCodeEmitter::getImm16Encoding(const MCInst &MI, unsigned OpNo, in getImm16Encoding()
119 uint64_t PPCMCCodeEmitter::getImm34Encoding(const MCInst &MI, unsigned OpNo, in getImm34Encoding()
134 PPCMCCodeEmitter::getImm34EncodingNoPCRel(const MCInst &MI, unsigned OpNo, in getImm34EncodingNoPCRel()
142 PPCMCCodeEmitter::getImm34EncodingPCRel(const MCInst &MI, unsigned OpNo, in getImm34EncodingPCRel()
149 unsigned PPCMCCodeEmitter::getMemRIEncoding(const MCInst &MI, unsigned OpNo, in getMemRIEncoding()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp201 AArch64MCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue()
212 AArch64MCCodeEmitter::getLdStUImm12OpValue(const MCInst &MI, unsigned OpIdx, in getLdStUImm12OpValue()
233 AArch64MCCodeEmitter::getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx, in getAdrLabelOpValue()
259 AArch64MCCodeEmitter::getAddSubImmOpValue(const MCInst &MI, unsigned OpIdx, in getAddSubImmOpValue()
296 const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, in getCondBranchTargetOpValue()
317 AArch64MCCodeEmitter::getLoadLiteralOpValue(const MCInst &MI, unsigned OpIdx, in getLoadLiteralOpValue()
337 AArch64MCCodeEmitter::getMemExtendOpValue(const MCInst &MI, unsigned OpIdx, in getMemExtendOpValue()
346 AArch64MCCodeEmitter::getMoveWideImmOpValue(const MCInst &MI, unsigned OpIdx, in getMoveWideImmOpValue()
366 const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, in getTestBranchTargetOpValue()
387 AArch64MCCodeEmitter::getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue()
[all …]
H A DAArch64InstPrinter.cpp59 void AArch64InstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
708 void AArch64AppleInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
762 bool AArch64InstPrinter::printSysAlias(const MCInst *MI, in printSysAlias()
875 void AArch64InstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
890 void AArch64InstPrinter::printImm(const MCInst *MI, unsigned OpNo, in printImm()
897 void AArch64InstPrinter::printImmHex(const MCInst *MI, unsigned OpNo, in printImmHex()
905 void AArch64InstPrinter::printSImm(const MCInst *MI, unsigned OpNo, in printSImm()
917 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand()
930 void AArch64InstPrinter::printVRegOperand(const MCInst *MI, unsigned OpNo, in printVRegOperand()
939 void AArch64InstPrinter::printSysCROperand(const MCInst *MI, unsigned OpNo, in printSysCROperand()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp144 bool CombinerHelper::tryCombineCopy(MachineInstr &MI) { in tryCombineCopy()
151 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy()
158 void CombinerHelper::applyCombineCopy(MachineInstr &MI) { in applyCombineCopy()
165 bool CombinerHelper::tryCombineConcatVectors(MachineInstr &MI) { in tryCombineConcatVectors()
175 bool CombinerHelper::matchCombineConcatVectors(MachineInstr &MI, bool &IsUndef, in matchCombineConcatVectors()
221 MachineInstr &MI, bool IsUndef, const ArrayRef<Register> Ops) { in applyCombineConcatVectors()
242 bool CombinerHelper::tryCombineShuffleVector(MachineInstr &MI) { in tryCombineShuffleVector()
251 bool CombinerHelper::matchCombineShuffleVector(MachineInstr &MI, in matchCombineShuffleVector()
327 void CombinerHelper::applyCombineShuffleVector(MachineInstr &MI, in applyCombineShuffleVector()
427 bool CombinerHelper::tryCombineExtendingLoads(MachineInstr &MI) { in tryCombineExtendingLoads()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h508 short changeAddrMode_abs_io(const MachineInstr &MI) const { in changeAddrMode_abs_io()
511 short changeAddrMode_io_abs(const MachineInstr &MI) const { in changeAddrMode_io_abs()
514 short changeAddrMode_io_rr(const MachineInstr &MI) const { in changeAddrMode_io_rr()
517 short changeAddrMode_rr_io(const MachineInstr &MI) const { in changeAddrMode_rr_io()
520 short changeAddrMode_rr_ur(const MachineInstr &MI) const { in changeAddrMode_rr_ur()
523 short changeAddrMode_ur_rr(const MachineInstr &MI) const { in changeAddrMode_ur_rr()
H A DHexagonVLIWPacketizer.cpp161 static MachineBasicBlock::iterator moveInstrOut(MachineInstr &MI, in moveInstrOut()
234 auto MI = MB.begin(); in runOnMachineFunction() local
304 bool HexagonPacketizerList::isCallDependent(const MachineInstr &MI, in isCallDependent()
333 static bool isDirectJump(const MachineInstr &MI) { in isDirectJump()
337 static bool isSchedBarrier(const MachineInstr &MI) { in isSchedBarrier()
345 static bool isControlFlow(const MachineInstr &MI) { in isControlFlow()
350 static bool doesModifyCalleeSavedReg(const MachineInstr &MI, in doesModifyCalleeSavedReg()
361 bool HexagonPacketizerList::isNewifiable(const MachineInstr &MI, in isNewifiable()
377 bool HexagonPacketizerList::promoteToDotCur(MachineInstr &MI, in promoteToDotCur()
387 MachineInstr *MI = nullptr; in cleanUpDotCur() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h140 virtual bool isReallyTriviallyReMaterializable(const MachineInstr &MI, in isReallyTriviallyReMaterializable()
246 virtual bool isCoalescableExtInstr(const MachineInstr &MI, Register &SrcReg, in isCoalescableExtInstr()
256 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
265 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
274 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE()
294 virtual unsigned isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
303 virtual unsigned isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
312 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE()
330 virtual bool isStackSlotCopy(const MachineInstr &MI, int &DestFrameIndex, in isStackSlotCopy()
354 bool isUnspillableTerminator(const MachineInstr *MI) const { in isUnspillableTerminator()
[all …]

12345678910>>...29