Home
last modified time | relevance | path

Searched refs:IBuilder (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp227 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/
DCloningTest.cpp469 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/
Dtrt_shape_optimization_profiles.h155 Status ConfigureBuilder(nvinfer1::IBuilder* builder,
203 Status AddProfiles(nvinfer1::IBuilder* builder,
Dtrt_shape_optimization_profiles_test.cc73 builder_ = TrtUniquePtrType<nvinfer1::IBuilder>( in SetUp()
109 TrtUniquePtrType<nvinfer1::IBuilder> builder_;
Dtrt_shape_optimization_profiles.cc137 nvinfer1::IBuilder* builder, nvinfer1::IBuilderConfig* config, in AddProfiles()
179 nvinfer1::IBuilder* builder, nvinfer1::IBuilderConfig* config, in ConfigureBuilder()
Dtrt_lru_cache.h177 TrtUniquePtrType<nvinfer1::IBuilder> builder_;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/
Dtensorrt_test.cc69 nvinfer1::IBuilder* builder = nvinfer1::createInferBuilder(logger); in CreateNetwork()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_resource_ops_test.cc71 TrtUniquePtrType<nvinfer1::IBuilder> builder( in CreateTRTEngine()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h641 TrtUniquePtrType<nvinfer1::IBuilder> trt_builder_;