/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 74 struct MBBInfo { struct 76 uint64_t Address; 80 uint64_t Size; 84 unsigned Alignment; 87 unsigned NumTerminators; 89 MBBInfo() in MBBInfo() argument
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MipsLongBranch.cpp | 53 struct MBBInfo { struct 54 uint64_t Size, Address; 55 bool HasLongBranch; 56 MachineInstr *Br; 58 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {} in MBBInfo() function
|
H A D | MipsOptimizePICCall.cpp | 47 class MBBInfo { class 161 MBBInfo::MBBInfo(MachineDomTreeNode *N) : Node(N), HTScope(nullptr) {} in MBBInfo() function in MBBInfo
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | LoopTraversal.h | 67 struct MBBInfo { struct 80 MBBInfo() = default; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | LoopTraversal.h | 67 struct MBBInfo { struct 80 MBBInfo() = default; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | LoopTraversal.h | 67 struct MBBInfo { struct 80 MBBInfo() = default; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | LoopTraversal.h | 67 struct MBBInfo { struct 80 MBBInfo() = default; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | LoopTraversal.h | 67 struct MBBInfo { struct 80 MBBInfo() = default; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LoopTraversal.h | 67 struct MBBInfo { struct 80 MBBInfo() = default; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 80 struct MBBInfo { struct 82 uint64_t Address = 0; 86 uint64_t Size = 0; 90 Align Alignment; 93 unsigned NumTerminators = 0;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 80 struct MBBInfo { struct 82 uint64_t Address = 0; 86 uint64_t Size = 0; 90 Align Alignment; 93 unsigned NumTerminators = 0;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSetWavePriority.cpp | 36 struct MBBInfo { struct 38 unsigned NumVALUInstsAtStart = 0; 39 bool MayReachVMEMLoad = false; 40 MachineInstr *LastVMEMLoad = nullptr;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CFIInstrInserter.cpp | 138 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CondBrFolding.cpp | 139 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 126 struct MBBInfo { struct 127 uint64_t Size = 0; 128 bool HasLongBranch = false; 129 MachineInstr *Br = nullptr; 130 uint64_t Offset = 0;
|
H A D | MipsOptimizePICCall.cpp | 64 class MBBInfo { class 181 MBBInfo::MBBInfo(MachineDomTreeNode *N) : Node(N), HTScope(nullptr) {} in MBBInfo() function in MBBInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 127 struct MBBInfo { struct 128 uint64_t Size = 0; 129 bool HasLongBranch = false; 130 MachineInstr *Br = nullptr; 131 uint64_t Offset = 0;
|
H A D | MipsOptimizePICCall.cpp | 64 class MBBInfo { class 181 MBBInfo::MBBInfo(MachineDomTreeNode *N) : Node(N), HTScope(nullptr) {} in MBBInfo() function in MBBInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CFIInstrInserter.cpp | 157 MBBCFAInfo &MBBInfo = MBBVector[MBB.getNumber()]; in calculateCFAInfo() local 175 void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) { in calculateOutgoingCFAInfo() 277 void CFIInstrInserter::updateSuccCFAInfo(MBBCFAInfo &MBBInfo) { in updateSuccCFAInfo() 307 const MBBCFAInfo &MBBInfo = MBBVector[MBB.getNumber()]; in insertCFIInstrs() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 202 struct MBBInfo { struct in __anon5d9f9f870111::Thumb2SizeReduce 204 bool HighLatencyCPSR; 206 bool Visited; 208 MBBInfo() : HighLatencyCPSR(false), Visited(false) {} in MBBInfo() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 224 struct MBBInfo { struct in __anon00b2b82f0111::Thumb2SizeReduce 226 bool HighLatencyCPSR = false; 228 bool Visited = false;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 223 struct MBBInfo { struct in __anonac0d8da90111::Thumb2SizeReduce 225 bool HighLatencyCPSR = false; 227 bool Visited = false;
|
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1098 auto MBBInfo = PFS.MBBSlots.find(Number); in parseMBBReference() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1772 auto MBBInfo = PFS.MBBSlots.find(Number); in parseMBBReference() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2052 auto MBBInfo = PFS.MBBSlots.find(Number); in parseMBBReference() local
|