Home
last modified time | relevance | path

Searched defs:EntryBB (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVPrepareFunctions.cpp183 BasicBlock *EntryBB = BasicBlock::Create(M->getContext(), "entry", F); in lowerIntrinsicToFunction() local
193 BasicBlock *EntryBB = BasicBlock::Create(M->getContext(), "entry", F); in lowerIntrinsicToFunction() local
273 BasicBlock *EntryBB = BasicBlock::Create(M->getContext(), "entry", UMulFunc); in buildUMulWithOverflowFunc() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp173 BasicBlock *EntryBB = &F.front(); in setupFunctionContext() local
386 BasicBlock *EntryBB = &F.front(); in setupEntryBlockAndCallSites() local
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp170 BasicBlock *EntryBB = &F.front(); in setupFunctionContext() local
374 BasicBlock *EntryBB = &F.front(); in setupEntryBlockAndCallSites() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp180 BasicBlock *EntryBB = &F.front(); in setupFunctionContext() local
395 BasicBlock *EntryBB = &F.front(); in setupEntryBlockAndCallSites() local
DJMCInstrumenter.cpp140 BasicBlock *EntryBB = BasicBlock::Create(Ctx, "", DefaultCheckFunc); in createDefaultCheckFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp161 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runOnModule() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp199 auto *EntryBB = dyn_cast<VPBasicBlock>(R->getEntry()); in getPredicatedMask() local
209 auto *EntryBB = cast<VPBasicBlock>(R->getEntry()); in getPredicatedThenBlock() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLowerGlobalDtors.cpp192 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runImpl() local
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp244 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", F); in TEST_F() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp79 BasicBlock *EntryBB = &F->getEntryBlock(); in newSource() local
/external/llvm/unittests/IR/
DValueTest.cpp195 BasicBlock &EntryBB = F->getEntryBlock(); in TEST() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp193 MachineBasicBlock &EntryBB = MF.front(); in updateLiveness() local
DAMDGPUPromoteAlloca.cpp191 BasicBlock &EntryBB = *F.begin(); in run() local
1191 BasicBlock &EntryBB = *F.begin(); in promoteAllocasToVector() local
DAMDGPUAtomicOptimizer.cpp603 BasicBlock *const EntryBB = I.getParent(); in optimizeAtomic() local
/external/clang/lib/CodeGen/
DCGCUDANV.cpp185 llvm::BasicBlock *EntryBB = in makeRegisterGlobalsFn() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp69 BasicBlock *EntryBB; member in __anonf5c18cfd0111::LinkModuleTest
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h272 BlockT *EntryBB = &BB->getParent()->front(); in verifyLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp558 BasicBlock *const EntryBB = I.getParent(); in optimizeAtomic() local
DAMDGPUPromoteAlloca.cpp166 BasicBlock &EntryBB = *F.begin(); in runOnFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64LowerHomogeneousPrologEpilog.cpp186 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", F); in createFrameHelperMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h324 BlockT *EntryBB = &BB->getParent()->front(); in verifyLoop() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h341 BlockT *EntryBB = &BB->getParent()->front(); in verifyLoop() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86WinEHState.cpp404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp218 BasicBlock &EntryBB = *F.begin(); in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk() local

123