Home
last modified time | relevance | path

Searched defs:thenBlock (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/Utils/
DUtils.cpp102 auto *thenBlock = hoistedIfOp.getThenBlock(); in hoistAffineIfOp() local
/external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
DSCFToSPIRV.cpp230 auto *thenBlock = &thenRegion.front(); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/SCFToStandard/
DSCFToStandard.cpp370 auto *thenBlock = &thenRegion.front(); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DAllReduceLowering.cpp273 Block *thenBlock = rewriter.splitBlock(currentBlock, currentPoint); in createIf() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp478 TIntermBlock *thenBlock = &buildBlockWithTailAssign(*var, *newThen); in visitTernaryPost() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h520 Block* thenBlock; variable
DSpvBuilder.cpp3176 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h520 Block* thenBlock; variable
DSpvBuilder.cpp3180 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1426 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function
1427 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1440 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function
1441 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1107 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createMaskedStore() local
1226 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createScatter() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2740 Block *thenBlock = nullptr; in createIfThen() local
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp3100 Block *thenBlock = ifOp.getThenBlock(); in separateFullTiles() local