Searched refs:codeReplacer (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 411 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument 433 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement() 450 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement() 459 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement() 461 codeReplacer->getInstList().push_back(SI); in emitCallAndSwitchStatement() 468 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement() 484 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement() 491 codeReplacer->getInstList().push_back(load); in emitCallAndSwitchStatement() 503 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement() 695 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 375 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument 397 codeReplacer->getParent()->begin()->begin()); in emitCallAndSwitchStatement() 414 codeReplacer->getParent()->begin()->begin()); in emitCallAndSwitchStatement() 424 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement() 426 codeReplacer->getInstList().push_back(SI); in emitCallAndSwitchStatement() 433 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement() 450 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement() 457 codeReplacer->getInstList().push_back(load); in emitCallAndSwitchStatement() 469 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement() 692 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in ExtractCodeRegion() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 823 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument 848 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement() 866 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement() 875 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement() 877 codeReplacer->getInstList().push_back(SI); in emitCallAndSwitchStatement() 888 if (codeReplacer->getParent()->getSubprogram()) { in emitCallAndSwitchStatement() 892 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement() 909 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement() 916 codeReplacer->getInstList().push_back(load); in emitCallAndSwitchStatement() 956 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement() [all …]
|