/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayerTest.cpp | 138 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 D | WebAssemblyMachineFunctionInfo.cpp | 72 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 D | TargetMachineC.cpp | 174 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 D | TargetMachineC.cpp | 182 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 D | TargetMachineC.cpp | 179 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout() 193 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | Compiler.cpp | 312 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 D | KaleidoscopeJIT.h | 50 : 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 D | JITTargetMachineBuilder.h | 67 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 49 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 51 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 56 : 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 D | JITTargetMachineBuilder.h | 73 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 71 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 59 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
|
/aosp_15_r20/external/llvm/tools/lli/ |
H A D | OrcLazyJIT.h | 47 : TM(std::move(TM)), DL(this->TM->createDataLayout()), in OrcLazyJIT()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | native.cpp | 139 mod.setDataLayout(tm->createDataLayout());
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 84 DL(TM->createDataLayout()), in KaleidoscopeJIT()
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 133 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
H A D | KaleidoscopeJIT.h | 91 DL(TM->createDataLayout()), in KaleidoscopeJIT()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
H A D | tf_to_kernel.cc | 81 llvm_module->setDataLayout(target_machine->createDataLayout()); in EmitToBinary()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 153 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
|
/aosp_15_r20/external/llvm/unittests/MI/ |
H A D | LiveIntervalTest.cpp | 65 M->setDataLayout(TM.createDataLayout()); in parseMIR()
|