Home
last modified time | relevance | path

Searched defs:MBBInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLoopTraversal.h67 struct MBBInfo { struct
80 MBBInfo() = default; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFIInstrInserter.cpp138 MBBCFAInfo MBBInfo; in calculateCFAInfo() local
157 void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) { in calculateOutgoingCFAInfo()
223 void CFIInstrInserter::updateSuccCFAInfo(MBBCFAInfo &MBBInfo) { in updateSuccCFAInfo()
254 const MBBCFAInfo &MBBInfo = MBBVector[MBB.getNumber()]; in insertCFIInstrs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp80 struct MBBInfo { struct
82 uint64_t Address = 0;
86 uint64_t Size = 0;
90 Align Alignment;
93 unsigned NumTerminators = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CondBrFolding.cpp139 TargetMBBInfo *MBBInfo = getMBBInfo(MBB); in findPath() local
220 TargetMBBInfo *MBBInfo = getMBBInfo(MBB); in replaceBrDest() local
245 TargetMBBInfo *MBBInfo = getMBBInfo(MBB); in fixupModifiedCond() local
282 TargetMBBInfo *MBBInfo = getMBBInfo(&MBB); in optimizeCondBr() local
395 TargetMBBInfo *MBBInfo = getMBBInfo(&MBB); in optimize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp126 struct MBBInfo { struct
127 uint64_t Size = 0;
128 bool HasLongBranch = false;
129 MachineInstr *Br = nullptr;
130 uint64_t Offset = 0;
DMipsOptimizePICCall.cpp64 class MBBInfo { class
181 MBBInfo::MBBInfo(MachineDomTreeNode *N) : Node(N), HTScope(nullptr) {} in MBBInfo() function in MBBInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp223 struct MBBInfo { struct in __anon548625db0111::Thumb2SizeReduce
225 bool HighLatencyCPSR = false;
227 bool Visited = false;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1772 auto MBBInfo = PFS.MBBSlots.find(Number); in parseMBBReference() local