Home
last modified time | relevance | path

Searched defs:MBB (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp64 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI()
68 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode, in buildMI()
73 MachineRegisterInfo &getRegInfo(Block &MBB) { return MBB.getParent()->getRegInfo(); } in getRegInfo()
99 bool AVRExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
142 expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, BlockIt MBBI) { in expandArith()
175 expandLogic(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogic()
222 expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogicImm()
259 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand()
264 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand()
269 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp56 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI()
60 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode, in buildMI()
65 MachineRegisterInfo &getRegInfo(Block &MBB) { in getRegInfo()
105 bool AVRExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
145 bool AVRExpandPseudo::expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, in expandArith()
179 bool AVRExpandPseudo::expandLogic(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogic()
227 bool AVRExpandPseudo::expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogicImm()
266 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand()
271 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand()
276 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp60 for (auto &MBB : MF) in runOnMachineFunction() local
65 bool RISCVExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
78 bool RISCVExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
121 bool RISCVExpandPseudo::expandCCOp(MachineBasicBlock &MBB, in expandCCOp()
192 bool RISCVExpandPseudo::expandVSetVL(MachineBasicBlock &MBB, in expandVSetVL()
222 bool RISCVExpandPseudo::expandVMSET_VMCLR(MachineBasicBlock &MBB, in expandVMSET_VMCLR()
281 for (auto &MBB : MF) in runOnMachineFunction() local
286 bool RISCVPreRAExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
299 bool RISCVPreRAExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
317 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandAuipcInstPair()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp75 MachineBasicBlock *MBB = WL.pop_back_val(); in getMatchingEHPad() local
100 MachineBasicBlock *MBB = WL.pop_back_val(); in eraseDeadBBsAndChildren() local
141 for (auto &MBB : MF) in removeUnreachableEHPads() local
153 for (auto &MBB : MF) { in recordCatchRetBBs() local
178 for (auto &MBB : MF) in hoistCatches() local
205 for (auto &MBB : MF) { in addCatchAlls() local
231 for (auto &MBB : MF) { in replaceFuncletReturns() local
266 for (auto &MBB : MF) { in removeUnnecessaryUnreachables() local
299 for (auto &MBB : MF) { in restoreStackPointer() local
DWebAssemblyExceptionInfo.h66 bool contains(const MachineBasicBlock *MBB) const { in contains()
70 void addToBlocksSet(MachineBasicBlock *MBB) { BlockSet.insert(MBB); } in addToBlocksSet()
71 void removeFromBlocksSet(MachineBasicBlock *MBB) { BlockSet.erase(MBB); } in removeFromBlocksSet()
72 void addToBlocksVector(MachineBasicBlock *MBB) { Blocks.push_back(MBB); } in addToBlocksVector()
73 void addBlock(MachineBasicBlock *MBB) { in addBlock()
152 WebAssemblyException *getExceptionFor(const MachineBasicBlock *MBB) const { in getExceptionFor()
156 void changeExceptionFor(const MachineBasicBlock *MBB, in changeExceptionFor()
DWebAssemblyCFGStackify.cpp164 MachineBasicBlock *MBB) { in explicitlyBranchesTo()
179 getEarliestInsertPos(MachineBasicBlock *MBB, const Container &BeforeSet, in getEarliestInsertPos()
203 getLatestInsertPos(MachineBasicBlock *MBB, const Container &BeforeSet, in getLatestInsertPos()
252 void WebAssemblyCFGStackify::placeBlockMarker(MachineBasicBlock &MBB) { in placeBlockMarker()
398 void WebAssemblyCFGStackify::placeLoopMarker(MachineBasicBlock &MBB) { in placeLoopMarker()
465 void WebAssemblyCFGStackify::placeTryMarker(MachineBasicBlock &MBB) { in placeTryMarker()
701 for (auto &MBB : MF) { in removeUnnecessaryInstrs() local
755 for (auto &MBB : MF) { in removeUnnecessaryInstrs() local
786 static void unstackifyVRegsUsedInSplitBB(MachineBasicBlock &MBB, in unstackifyVRegsUsedInSplitBB()
1098 for (auto &MBB : reverse(MF)) { in fixCallUnwindMismatches() local
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
DLoongArchExpandPseudoInsts.cpp90 for (auto &MBB : MF) in runOnMachineFunction() local
95 bool LoongArchPreRAExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
109 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandMI()
133 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandPcalau12iInstPair()
161 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandLoadAddressPcrel()
174 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandLoadAddressGot()
187 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandLoadAddressTLSLE()
213 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandLoadAddressTLSIE()
226 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandLoadAddressTLSLD()
239 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandLoadAddressTLSGD()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64SpeculationHardening.cpp187 MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, in endsWithCondControlFlow()
218 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in insertFullSpeculationBarrier()
241 MachineBasicBlock &MBB, bool &UsesFullSpeculationBarrier) { in instrumentControlFlow()
359 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI) const { in insertSPToRegTaintPropagation()
383 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in insertRegToSPTaintPropagation()
431 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, MachineInstr &MI, in makeGPRSpeculationSafe()
459 bool AArch64SpeculationHardening::slhLoads(MachineBasicBlock &MBB) { in slhLoads()
548 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandSpeculationSafeValue()
589 bool AArch64SpeculationHardening::insertCSDB(MachineBasicBlock &MBB, in insertCSDB()
602 MachineBasicBlock &MBB, bool UsesFullSpeculationBarrier) { in lowerSpeculationSafeValuePseudos()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SpeculationHardening.cpp187 MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, in endsWithCondControlFlow()
218 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in insertFullSpeculationBarrier()
241 MachineBasicBlock &MBB, bool &UsesFullSpeculationBarrier) { in instrumentControlFlow()
359 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI) const { in insertSPToRegTaintPropagation()
383 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in insertRegToSPTaintPropagation()
431 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, MachineInstr &MI, in makeGPRSpeculationSafe()
459 bool AArch64SpeculationHardening::slhLoads(MachineBasicBlock &MBB) { in slhLoads()
548 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandSpeculationSafeValue()
589 bool AArch64SpeculationHardening::insertCSDB(MachineBasicBlock &MBB, in insertCSDB()
602 MachineBasicBlock &MBB, bool UsesFullSpeculationBarrier) { in lowerSpeculationSafeValuePseudos()
[all …]
/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp167 MachineBasicBlock &MBB = *MBBI; in shouldSkip() local
212 MachineBasicBlock &MBB = *MI.getParent(); in skipIfDead() local
249 MachineBasicBlock &MBB = *MI.getParent(); in If() local
272 MachineBasicBlock &MBB = *MI.getParent(); in Else() local
305 MachineBasicBlock &MBB = *MI.getParent(); in Break() local
319 MachineBasicBlock &MBB = *MI.getParent(); in IfBreak() local
334 MachineBasicBlock &MBB = *MI.getParent(); in ElseBreak() local
349 MachineBasicBlock &MBB = *MI.getParent(); in Loop() local
364 MachineBasicBlock &MBB = *MI.getParent(); in EndCf() local
377 MachineBasicBlock *MBB = MI.getOperand(0).getMBB(); in Branch() local
[all …]
DAMDILCFGStructurizer.cpp453 void AMDGPUCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd()
462 MachineInstr *AMDGPUCFGStructurizer::insertInstrBefore(MachineBasicBlock *MBB, in insertInstrBefore()
478 MachineBasicBlock *MBB = OldMI->getParent(); in insertInstrBefore() local
490 MachineBasicBlock *MBB = OldMI->getParent(); in insertCondBranchBefore() local
556 MachineBasicBlock *MBB) { in setTrueBranch()
561 AMDGPUCFGStructurizer::getFalseBranch(MachineBasicBlock *MBB, in getFalseBranch()
593 DebugLoc AMDGPUCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { in getLastDebugLocInBB()
606 MachineBasicBlock *MBB) { in getNormalBlockBranchInstr()
615 MachineBasicBlock *MBB) { in getLoopendBlockBranchInstr()
630 MachineInstr *AMDGPUCFGStructurizer::getReturnInstr(MachineBasicBlock *MBB) { in getReturnInstr()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp430 MachineBasicBlock::iterator I, MachineBasicBlock &MBB) { in reversePredicateSetter()
456 void AMDGPUCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd()
465 MachineInstr *AMDGPUCFGStructurizer::insertInstrBefore(MachineBasicBlock *MBB, in insertInstrBefore()
481 MachineBasicBlock *MBB = OldMI->getParent(); in insertInstrBefore() local
493 MachineBasicBlock *MBB = OldMI->getParent(); in insertCondBranchBefore() local
559 MachineBasicBlock *MBB) { in setTrueBranch()
564 AMDGPUCFGStructurizer::getFalseBranch(MachineBasicBlock *MBB, in getFalseBranch()
596 DebugLoc AMDGPUCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { in getLastDebugLocInBB()
609 MachineBasicBlock *MBB) { in getNormalBlockBranchInstr()
618 MachineBasicBlock *MBB) { in getLoopendBlockBranchInstr()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp155 void LivePhysRegs::addBlockLiveIns(const MachineBasicBlock &MBB) { in addBlockLiveIns()
209 void LivePhysRegs::addLiveOutsNoPristines(const MachineBasicBlock &MBB) { in addLiveOutsNoPristines()
232 void LivePhysRegs::addLiveOuts(const MachineBasicBlock &MBB) { in addLiveOuts()
238 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns()
244 void LivePhysRegs::addLiveInsNoPristines(const MachineBasicBlock &MBB) { in addLiveInsNoPristines()
249 const MachineBasicBlock &MBB) { in computeLiveIns()
259 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { in addLiveIns()
281 void llvm::recomputeLivenessFlags(MachineBasicBlock &MBB) { in recomputeLivenessFlags()
342 MachineBasicBlock &MBB) { in computeAndAddLiveIns()
DReachingDefAnalysis.cpp51 void ReachingDefAnalysis::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock()
103 void ReachingDefAnalysis::leaveBasicBlock(MachineBasicBlock *MBB) { in leaveBasicBlock()
148 void ReachingDefAnalysis::reprocessBasicBlock(MachineBasicBlock *MBB) { in reprocessBasicBlock()
195 MachineBasicBlock *MBB = TraversedMBB.MBB; in processBasicBlock() local
301 MachineInstr *ReachingDefAnalysis::getInstFromId(MachineBasicBlock *MBB, in getInstFromId()
334 MachineBasicBlock *MBB = Def->getParent(); in getReachingLocalUses() local
356 bool ReachingDefAnalysis::getLiveInUses(MachineBasicBlock *MBB, in getLiveInUses()
377 MachineBasicBlock *MBB = MI->getParent(); in getGlobalUses() local
390 MachineBasicBlock *MBB = ToVisit.pop_back_val(); in getGlobalUses() local
408 for (auto *MBB : MI->getParent()->predecessors()) in getGlobalReachingDefs() local
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600MachineCFGStructurizer.cpp408 MachineBasicBlock::iterator I, MachineBasicBlock &MBB) { in reversePredicateSetter()
434 void R600MachineCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd()
443 MachineInstr *R600MachineCFGStructurizer::insertInstrBefore(MachineBasicBlock *MBB, in insertInstrBefore()
459 MachineBasicBlock *MBB = OldMI->getParent(); in insertInstrBefore() local
471 MachineBasicBlock *MBB = OldMI->getParent(); in insertCondBranchBefore() local
537 MachineBasicBlock *MBB) { in setTrueBranch()
542 R600MachineCFGStructurizer::getFalseBranch(MachineBasicBlock *MBB, in getFalseBranch()
574 DebugLoc R600MachineCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { in getLastDebugLocInBB()
584 MachineBasicBlock *MBB) { in getNormalBlockBranchInstr()
593 MachineBasicBlock *MBB) { in getLoopendBlockBranchInstr()
[all …]
DAMDGPUReleaseVGPRs.cpp51 lastVGPRUseIsStore(const MachineBasicBlock &MBB) { in lastVGPRUseIsStore()
75 for (const auto &MBB : MF) { in LastVGPRUseIsVMEMStore() local
87 for (const auto *MBB : EndWithVMEMStoreBlocks) { in LastVGPRUseIsVMEMStore() local
102 runOnMachineBasicBlock(MachineBasicBlock &MBB, const SIInstrInfo *SII, in runOnMachineBasicBlock()
142 for (auto &MBB : MF) { in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp67 MachineBasicBlock *MBB = WL.pop_back_val(); in getMatchingEHPad() local
90 MachineBasicBlock *MBB = WL.pop_back_val(); in eraseDeadBBsAndChildren() local
129 for (auto &MBB : MF) { in addCatches() local
147 for (auto &MBB : MF) { in replaceFuncletReturns() local
187 for (auto &MBB : MF) { in removeUnnecessaryUnreachables() local
241 for (auto &MBB : MF) { in addExceptionExtraction() local
259 for (auto &MBB : MF) { in addExceptionExtraction() local
371 for (auto &MBB : MF) { in restoreStackPointer() local
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp79 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
183 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, in storeRegToStack()
252 loadRegFromStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, in loadRegFromStack()
332 MachineBasicBlock &MBB = *MI.getParent(); in expandPostRAPseudo() local
439 MachineBasicBlock &MBB, in adjustStackPtr()
466 unsigned MipsSEInstrInfo::loadImmediate(int64_t Imm, MachineBasicBlock &MBB, in loadImmediate()
522 void MipsSEInstrInfo::expandRetRA(MachineBasicBlock &MBB, in expandRetRA()
531 void MipsSEInstrInfo::expandERet(MachineBasicBlock &MBB, in expandERet()
548 void MipsSEInstrInfo::expandPseudoMFHiLo(MachineBasicBlock &MBB, in expandPseudoMFHiLo()
554 void MipsSEInstrInfo::expandPseudoMTLoHi(MachineBasicBlock &MBB, in expandPseudoMTLoHi()
[all …]
DMips16InstrInfo.cpp59 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
91 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack()
109 void Mips16InstrInfo::loadRegFromStack(MachineBasicBlock &MBB, in loadRegFromStack()
128 MachineBasicBlock &MBB = *MI.getParent(); in expandPostRAPseudo() local
195 MachineBasicBlock &MBB, in makeFrame()
225 MachineBasicBlock &MBB, in restoreFrame()
261 MachineBasicBlock &MBB, in adjustStackPtrBig()
285 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
292 MachineBasicBlock &MBB, in adjustStackPtr()
306 MachineBasicBlock &MBB, in loadImmediate()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp83 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
245 storeRegToStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, in storeRegToStack()
319 loadRegFromStack(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, in loadRegFromStack()
404 MachineBasicBlock &MBB = *MI.getParent(); in expandPostRAPseudo() local
576 MachineBasicBlock &MBB, in adjustStackPtr()
603 unsigned MipsSEInstrInfo::loadImmediate(int64_t Imm, MachineBasicBlock &MBB, in loadImmediate()
672 void MipsSEInstrInfo::expandRetRA(MachineBasicBlock &MBB, in expandRetRA()
690 void MipsSEInstrInfo::expandERet(MachineBasicBlock &MBB, in expandERet()
707 void MipsSEInstrInfo::expandPseudoMFHiLo(MachineBasicBlock &MBB, in expandPseudoMFHiLo()
713 void MipsSEInstrInfo::expandPseudoMTLoHi(MachineBasicBlock &MBB, in expandPseudoMTLoHi()
[all …]
DMips16InstrInfo.cpp69 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
106 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack()
124 void Mips16InstrInfo::loadRegFromStack(MachineBasicBlock &MBB, in loadRegFromStack()
143 MachineBasicBlock &MBB = *MI.getParent(); in expandPostRAPseudo() local
211 MachineBasicBlock &MBB, in makeFrame()
241 MachineBasicBlock &MBB, in restoreFrame()
276 MachineBasicBlock &MBB, in adjustStackPtrBig()
300 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
307 MachineBasicBlock &MBB, in adjustStackPtr()
321 MachineBasicBlock &MBB, in loadImmediate()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp69 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
106 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack()
124 void Mips16InstrInfo::loadRegFromStack(MachineBasicBlock &MBB, in loadRegFromStack()
143 MachineBasicBlock &MBB = *MI.getParent(); in expandPostRAPseudo() local
211 MachineBasicBlock &MBB, in makeFrame()
241 MachineBasicBlock &MBB, in restoreFrame()
276 MachineBasicBlock &MBB, in adjustStackPtrBig()
300 unsigned SP, int64_t Amount, MachineBasicBlock &MBB, in adjustStackPtrBigUnrestricted()
307 MachineBasicBlock &MBB, in adjustStackPtr()
321 MachineBasicBlock &MBB, in loadImmediate()
[all …]
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp34 void BPFInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
45 void BPFInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
63 void BPFInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
78 bool BPFInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
133 unsigned BPFInstrInfo::InsertBranch(MachineBasicBlock &MBB, in InsertBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp153 void LivePhysRegs::addBlockLiveIns(const MachineBasicBlock &MBB) { in addBlockLiveIns()
207 void LivePhysRegs::addLiveOutsNoPristines(const MachineBasicBlock &MBB) { in addLiveOutsNoPristines()
230 void LivePhysRegs::addLiveOuts(const MachineBasicBlock &MBB) { in addLiveOuts()
236 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns()
243 const MachineBasicBlock &MBB) { in computeLiveIns()
253 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { in addLiveIns()
275 void llvm::recomputeLivenessFlags(MachineBasicBlock &MBB) { in recomputeLivenessFlags()
323 MachineBasicBlock &MBB) { in computeAndAddLiveIns()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp80 for (auto &MBB : MF) in runOnMachineFunction() local
85 bool RISCVExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
98 bool RISCVExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
274 MachineBasicBlock *MBB, Register DestReg, in insertMaskedMerge()
359 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandAtomicBinOp()
397 MachineBasicBlock *MBB, Register ValReg, in insertSext()
408 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandAtomicMinMaxOp()
529 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, bool IsMasked, in expandAtomicCmpXchg()
625 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandAuipcInstPair()
666 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, in expandLoadLocalAddress()
[all …]

12345678910>>...43