/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | enum-min-size.c | 17 enum mi { MI = -1 }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCInstrDesc.cpp | 21 bool MCInstrDesc::getDeprecatedInfo(MCInst &MI, const MCSubtargetInfo &STI, in getDeprecatedInfo() argument 32 bool MCInstrDesc::mayAffectControlFlow(const MCInst &MI, in mayAffectControlFlow() argument 53 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, in hasDefOfPhysReg() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFMCInstLower.cpp | 47 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() argument
|
H A D | BPFRegisterInfo.cpp | 62 MachineInstr &MI = *II; in eliminateFrameIndex() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VEMCInstLower.cpp | 27 static MCOperand LowerSymbolOperand(const MachineInstr *MI, in LowerSymbolOperand() argument 35 static MCOperand LowerOperand(const MachineInstr *MI, const MachineOperand &MO, in LowerOperand() argument 58 void llvm::LowerVEMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, in LowerVEMachineInstrToMCInst() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AntiDepBreaker.h | 59 void UpdateDbgValue(MachineInstr &MI, unsigned OldReg, unsigned NewReg) { in UpdateDbgValue() argument
|
H A D | DeadMachineInstructionElim.cpp | 135 MachineInstr *MI in runOnMachineFunction() local [all...] |
H A D | FinalizeISel.cpp | 57 MachineInstr &MI = *MBBI++; in runOnMachineFunction() local
|
H A D | LiveRegUnits.cpp | 44 void LiveRegUnits::stepBackward(const MachineInstr &MI) { in stepBackward() argument 64 void LiveRegUnits::accumulate(const MachineInstr &MI) { in accumulate() argument
|
H A D | PatchableFunction.cpp | 42 static bool doesNotGeneratecode(const MachineInstr &MI) { in doesNotGeneratecode() argument
|
H A D | RegUsageInfoPropagate.cpp | 64 static void setRegMask(MachineInstr &MI, ArrayRef<uint32_t> RegMask) { in setRegMask() argument 88 findCalledFunction(const Module &M, const MachineInstr &MI) findCalledFunction() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeCompilandSymbol.cpp | 17 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId, DbiModuleDescriptor MI) NativeCompilandSymbol() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.h | 63 void printPostIncOperand(const MCInst *MI, unsigne argument 89 printMemExtend(const MCInst *MI, unsigned OpNum, const MCSubtargetInfo &STI, raw_ostream &O) printMemExtend() argument 108 printUImm12Offset(const MCInst *MI, unsigned OpNum, const MCSubtargetInfo &STI, raw_ostream &O) printUImm12Offset() argument 114 printAMIndexedWB(const MCInst *MI, unsigned OpNum, const MCSubtargetInfo &STI, raw_ostream &O) printAMIndexedWB() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCCodeEmitter.h | 42 virtual uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue() argument 48 virtual unsigned getSOPPBrEncoding(const MCInst &MI, unsigned OpNo, in getSOPPBrEncoding() argument 54 virtual unsigned getSDWASrcEncoding(const MCInst &MI, unsigned OpNo, in getSDWASrcEncoding() argument 60 virtual unsigned getSDWAVopcDstEncoding(const MCInst &MI, unsigned OpNo, in getSDWAVopcDstEncoding() argument 66 virtual unsigned getAVOperandEncoding(const MCInst &MI, unsigned OpNo, in getAVOperandEncoding() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCAsmPrinter.cpp | 49 void ARCAsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction() argument
|
H A D | ARCMCInstLower.cpp | 104 void ARCMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMOptimizeBarriersPass.cpp | 42 static bool CanMovePastDMB(const MachineInstr *MI) { in CanMovePastDMB() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRMCInstLower.cpp | 62 void AVRMCInstLower::lowerInstruction(const MachineInstr &MI, MCInst &OutMI) const { in lowerInstruction() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHazardRecognizer.cpp | 40 MachineInstr *MI = SU->getInstr(); in getHazardType() local 45 LLVM_DEBUG(dbgs() << "*** Hazard in cycle " << PacketNum << ", " << *MI); in getHazardType() local 70 << *MI); getHazardType() local 109 MachineInstr *MI = SU->getInstr(); EmitInstruction() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 93 void LanaiMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 115 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsPreLegalizerCombiner.cpp | 37 combine(GISelChangeObserver &Observer, MachineInstr &MI, MachineIRBuilder &B) const combine() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXProxyRegErasure.cpp | 94 replaceMachineInstructionUsage(MachineFunction &MF, MachineInstr &MI) replaceMachineInstructionUsage() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCQPXLoadSplat.cpp | 69 MachineInstr *MI = &*MBBI; in runOnMachineFunction() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVMCInstLower.cpp | 128 void llvm::LowerRISCVMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, in LowerRISCVMachineInstrToMCInst() argument
|