Home
last modified time | relevance | path

Searched refs:BlockIdx (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h381 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
389 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
390 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h392 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
393 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
400 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
401 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp227 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
228 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()
229 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()
301 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local
302 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()
303 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp346 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
347 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()
348 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()
504 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in processSwitchInst() local
505 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in processSwitchInst()
506 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault); in processSwitchInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp364 for (size_t BlockIdx = 0; BlockIdx < Blocks.size(); ++BlockIdx) { in BCECmpChain() local
365 BasicBlock *const Block = Blocks[BlockIdx]; in BCECmpChain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp358 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
359 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()
360 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2829 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local
2830 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()
2834 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3092 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createEmptyLoop() local
3098 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createEmptyLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2939 unsigned BlockIdx = OrigPhi->getBasicBlockIndex(ScalarPH); in createVectorizedLoopSkeleton() local
2945 OrigPhi->setIncomingValue(BlockIdx, BCResumeVal); in createVectorizedLoopSkeleton()