Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp180 BasicBlock *EntryBB = &F.front(); in setupFunctionContext() local
395 BasicBlock *EntryBB = &F.front(); in setupEntryBlockAndCallSites() local
H A DJMCInstrumenter.cpp140 BasicBlock *EntryBB = BasicBlock::Create(Ctx, "", DefaultCheckFunc); in createDefaultCheckFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp173 BasicBlock *EntryBB = &F.front(); in setupFunctionContext() local
386 BasicBlock *EntryBB = &F.front(); in setupEntryBlockAndCallSites() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp170 BasicBlock *EntryBB = &F.front(); in setupFunctionContext() local
374 BasicBlock *EntryBB = &F.front(); in setupEntryBlockAndCallSites() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp199 auto *EntryBB = dyn_cast<VPBasicBlock>(R->getEntry()); in getPredicatedMask() local
209 auto *EntryBB = cast<VPBasicBlock>(R->getEntry()); in getPredicatedThenBlock() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/CodeGen/
DBlockGenerators.h166 BasicBlock *EntryBB; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/CodeGen/
DBlockGenerators.h166 BasicBlock *EntryBB; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/CodeGen/
DBlockGenerators.h166 BasicBlock *EntryBB; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/CodeGen/
DBlockGenerators.h166 BasicBlock *EntryBB; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp161 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp191 BasicBlock &EntryBB = *F.begin(); in run() local
1191 BasicBlock &EntryBB = *F.begin(); in promoteAllocasToVector() local
H A DSILowerSGPRSpills.cpp193 MachineBasicBlock &EntryBB = MF.front(); in updateLiveness() local
H A DAMDGPUAtomicOptimizer.cpp603 BasicBlock *const EntryBB = I.getParent(); in optimizeAtomic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp192 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp79 BasicBlock *EntryBB = &F->getEntryBlock(); in newSource() local
/aosp_15_r20/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp244 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", F); in TEST_F() local
/aosp_15_r20/external/llvm/unittests/IR/
H A DValueTest.cpp195 BasicBlock &EntryBB = F->getEntryBlock(); in TEST() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp185 llvm::BasicBlock *EntryBB = in makeRegisterGlobalsFn() local
/aosp_15_r20/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp69 BasicBlock *EntryBB; member in __anon2c55201f0111::LinkModuleTest
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp558 BasicBlock *const EntryBB = I.getParent(); in optimizeAtomic() local
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h272 BlockT *EntryBB = &BB->getParent()->front(); in verifyLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp186 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", F); in createFrameHelperMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h341 BlockT *EntryBB = &BB->getParent()->front(); in verifyLoop() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DGenericLoopInfoImpl.h350 BlockT *EntryBB = &BB->getParent()->front(); in verifyLoop() local

1234