/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 236 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { in getMBBStartIdx() argument 237 return Indexes->getMBBStartIdx(mbb); in getMBBStartIdx() 241 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { in getMBBEndIdx() argument 242 return Indexes->getMBBEndIdx(mbb); in getMBBEndIdx() 246 const MachineBasicBlock *mbb) const { in isLiveInToMBB() argument 247 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB() 251 const MachineBasicBlock *mbb) const { in isLiveOutOfMBB() argument 252 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
|
D | SlotIndexes.h | 469 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const { 470 return getMBBRange(mbb).first; 479 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const { 480 return getMBBRange(mbb).second; 601 void insertMBBInMaps(MachineBasicBlock *mbb) { 603 std::next(MachineFunction::iterator(mbb)); 608 if (nextMBB == mbb->getParent()->end()) { 621 MachineFunction::iterator prevMBB(mbb); 622 assert(prevMBB != mbb->getParent()->end() && 627 assert(unsigned(mbb->getNumber()) == MBBRanges.size() && [all …]
|
D | RegisterPressure.h | 404 const LiveIntervals *lis, const MachineBasicBlock *mbb,
|
D | SelectionDAGNodes.h | 1903 explicit BasicBlockSDNode(MachineBasicBlock *mbb) 1904 : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 155 MachineBasicBlock *mbb = nullptr; in weightCalcHelper() local 226 if (mi->getParent() != mbb) { in weightCalcHelper() 227 mbb = mi->getParent(); in weightCalcHelper() 228 loop = Loops.getLoopFor(mbb); in weightCalcHelper() 229 isExiting = loop ? loop->isLoopExiting(mbb) : false; in weightCalcHelper() 238 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb)) in weightCalcHelper()
|
D | README.txt | 41 %reg1039 = PHI %reg1070, mbb<bb76.outer,0x8b0c5f0>, %reg1037, mbb<bb27,0x8b0a7c0>
|
D | RegisterPressure.cpp | 266 const MachineBasicBlock *mbb, in init() argument 275 MBB = mbb; in init()
|
D | RegisterCoalescer.cpp | 3606 MBBPriorityInfo(MachineBasicBlock *mbb, unsigned depth, bool issplit) in MBBPriorityInfo() 3607 : MBB(mbb), Depth(depth), IsSplit(issplit) {} in MBBPriorityInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 264 const MachineBasicBlock *mbb, in ARMConstantPoolMBB() argument 270 MBB(mbb) {} in ARMConstantPoolMBB() 273 const MachineBasicBlock *mbb, in Create() argument 276 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false); in Create()
|
D | ARMConstantPoolValue.h | 250 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, 256 const MachineBasicBlock *mbb,
|
/third_party/libunwind/tests/ |
D | ia64-test-stack-asm.S | 95 { .mbb 168 { .mbb
|
D | ia64-test-rbs-asm.S | 219 { .mbb
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 107 JMP mbb<bb2,0x203afb0> 117 %reg1027 = PHI %reg1025, mbb<bb,0x203af10>, 118 %reg1026, mbb<bb1,0x203af60>
|
D | README-SSE.txt | 164 JE mbb<cond_next204,0xa914d30> 195 JE mbb<cond_next204,0xa914d30>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 131 InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
|
D | InstrEmitter.cpp | 1160 InstrEmitter::InstrEmitter(MachineBasicBlock *mbb, in InstrEmitter() argument 1162 : MF(mbb->getParent()), MRI(&MF->getRegInfo()), in InstrEmitter() 1165 TLI(MF->getSubtarget().getTargetLowering()), MBB(mbb), in InstrEmitter()
|
/third_party/flatbuffers/tests/ |
D | test_builder.h | 44 void free_raw(flatbuffers::grpc::MessageBuilder &mbb, uint8_t *buf); 54 bool release_n_verify(flatbuffers::grpc::MessageBuilder &mbb,
|
/third_party/flatbuffers/grpc/tests/ |
D | message_builder_test.cpp | 20 bool release_n_verify(flatbuffers::grpc::MessageBuilder &mbb, in release_n_verify() argument 22 flatbuffers::grpc::Message<Monster> msg = mbb.ReleaseMessage<Monster>(); in release_n_verify()
|
/third_party/openssl/crypto/ |
D | ia64cpuid.S | 155 { .mbb; add r33=-1,r33 // len-- 174 { .mbb; cmp.eq p6,p7=r0,r33
|
/third_party/openssl/crypto/bn/asm/ |
D | ia64.S | 224 { .mbb; nop.b 0x0 268 { .mbb; (p21) st8 [r14]=r42,8 // *(rp++)=r 277 { .mbb; nop.b 0x0
|