Home
last modified time | relevance | path

Searched refs:createDataLayout (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp138 MB1.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
153 MB2.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
208 MB1.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
223 MB2.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp72 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
94 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/aosp_15_r20/external/llvm/lib/Target/
H A DTargetMachineC.cpp174 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
188 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetMachineC.cpp182 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
H A DTargetMachineC.cpp179 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
193 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/aosp_15_r20/frameworks/compile/libbcc/lib/
DCompiler.cpp312 const llvm::DataLayout dl = getTargetMachine().createDataLayout(); in compile()
342 module.setDataLayout(getTargetMachine().createDataLayout()); in compile()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h50 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h67 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h49 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp51 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h56 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h73 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h59 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/aosp_15_r20/external/llvm/tools/lli/
H A DOrcLazyJIT.h47 : TM(std::move(TM)), DL(this->TM->createDataLayout()), in OrcLazyJIT()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dnative.cpp139 mod.setDataLayout(tm->createDataLayout());
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h84 DL(TM->createDataLayout()), in KaleidoscopeJIT()
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetMachine.h133 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h91 DL(TM->createDataLayout()), in KaleidoscopeJIT()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
H A Dtf_to_kernel.cc81 llvm_module->setDataLayout(target_machine->createDataLayout()); in EmitToBinary()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h153 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
/aosp_15_r20/external/llvm/unittests/MI/
H A DLiveIntervalTest.cpp65 M->setDataLayout(TM.createDataLayout()); in parseMIR()

123