Searched defs:thenBlock (Results 1 – 14 of 14) sorted by relevance
| /external/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
| D | Utils.cpp | 102 auto *thenBlock = hoistedIfOp.getThenBlock(); in hoistAffineIfOp() local
|
| /external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/ |
| D | SCFToSPIRV.cpp | 230 auto *thenBlock = &thenRegion.front(); in matchAndRewrite() local
|
| /external/llvm-project/mlir/lib/Conversion/SCFToStandard/ |
| D | SCFToStandard.cpp | 370 auto *thenBlock = &thenRegion.front(); in matchAndRewrite() local
|
| /external/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
| D | AllReduceLowering.cpp | 273 Block *thenBlock = rewriter.splitBlock(currentBlock, currentPoint); in createIf() local
|
| /external/angle/src/compiler/translator/TranslatorMetalDirect/ |
| D | SeparateCompoundExpressions.cpp | 478 TIntermBlock *thenBlock = &buildBlockWithTailAssign(*var, *newThen); in visitTernaryPost() local
|
| /external/deqp-deps/glslang/SPIRV/ |
| D | SpvBuilder.h | 520 Block* thenBlock; variable
|
| D | SpvBuilder.cpp | 3176 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
|
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
| D | SpvBuilder.h | 520 Block* thenBlock; variable
|
| D | SpvBuilder.cpp | 3180 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
|
| /external/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyTIL.h | 1426 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/ |
| D | ThreadSafetyTIL.h | 1440 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function 1441 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function
|
| /external/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 1107 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/ |
| D | SPIRVOps.cpp | 2740 Block *thenBlock = nullptr; in createIfThen() local
|
| /external/llvm-project/mlir/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 3100 Block *thenBlock = ifOp.getThenBlock(); in separateFullTiles() local
|