Searched refs:IBuilder (Results 1 – 9 of 9) sorted by relevance
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 227 IRBuilder<> IBuilder(C); in CreateOldFunctionBodyAndDI() local 244 IBuilder.SetInsertPoint(Entry); in CreateOldFunctionBodyAndDI() 246 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI() 247 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C)); in CreateOldFunctionBodyAndDI() 248 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 249 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI() 250 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI() 251 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 252 Instruction* Terminator = IBuilder.CreateRetVoid(); in CreateOldFunctionBodyAndDI() 407 IRBuilder<> IBuilder(C); in CreateOldModule() local [all …]
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CloningTest.cpp | 469 IRBuilder<> IBuilder(C); in CreateOldFunctionBodyAndDI() local 488 IBuilder.SetInsertPoint(Entry); in CreateOldFunctionBodyAndDI() 490 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI() 491 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C)); in CreateOldFunctionBodyAndDI() 492 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 493 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI() 494 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI() 495 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 520 IBuilder.SetCurrentDebugLocation(InlinedDL); in CreateOldFunctionBodyAndDI() 522 IBuilder.CreateStore(IBuilder.getInt32(2), Alloca); in CreateOldFunctionBodyAndDI() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_shape_optimization_profiles.h | 155 Status ConfigureBuilder(nvinfer1::IBuilder* builder, 203 Status AddProfiles(nvinfer1::IBuilder* builder,
|
D | trt_shape_optimization_profiles_test.cc | 73 builder_ = TrtUniquePtrType<nvinfer1::IBuilder>( in SetUp() 109 TrtUniquePtrType<nvinfer1::IBuilder> builder_;
|
D | trt_shape_optimization_profiles.cc | 137 nvinfer1::IBuilder* builder, nvinfer1::IBuilderConfig* config, in AddProfiles() 179 nvinfer1::IBuilder* builder, nvinfer1::IBuilderConfig* config, in ConfigureBuilder()
|
D | trt_lru_cache.h | 177 TrtUniquePtrType<nvinfer1::IBuilder> builder_;
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 69 nvinfer1::IBuilder* builder = nvinfer1::createInferBuilder(logger); in CreateNetwork()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | trt_engine_resource_ops_test.cc | 71 TrtUniquePtrType<nvinfer1::IBuilder> builder( in CreateTRTEngine()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.h | 641 TrtUniquePtrType<nvinfer1::IBuilder> trt_builder_;
|