Home
last modified time | relevance | path

Searched refs:TD (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp293 llvm::TargetData *TD = NULL; in compile() local
331 TD = new llvm::TargetData(mModule); in compile()
341 runLTO(new llvm::TargetData(*TD), ExportVarMetadata, ExportFuncMetadata); in compile()
346 if (runCodeGen(new llvm::TargetData(*TD), TM, in compile()
353 if (runMCCodeGen(new llvm::TargetData(*TD), TM) != 0) { in compile()
504 if (TD) { in compile()
505 delete TD; in compile()
522 int Compiler::runCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM, in runCodeGen() argument
553 CodeGenPasses->add(TD); in runCodeGen()
648 int Compiler::runMCCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM) { in runMCCodeGen() argument
[all …]
DCompiler.h168 int runCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM,
172 int runMCCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM);
178 int runLTO(llvm::TargetData *TD,
/frameworks/compile/slang/
Dslang_rs_export_element.cpp142 const clang::TypedefNameDecl *TD = TT->getDecl(); in CreateFromDecl() local
143 EI = GetElementInfo(TD->getName()); in CreateFromDecl()
147 T = TD->getUnderlyingType().getTypePtr(); in CreateFromDecl()
Dllvm-rs-link.cpp219 if (llvm::TargetData *TD = new llvm::TargetData(ModuleDataLayout)) in OptimizeModule() local
220 Passes.add(TD); in OptimizeModule()
/frameworks/media/libvideoeditor/vss/src/
DM4VSS3GPP_EditAudio.c1281 const M4OSA_Int32 TD = pC->pTransitionList[pC-> in M4VSS3GPP_intCheckAudioMode() local
1292 if( ( TD > 0) && ((M4OSA_Int32)(pC->ewc.dATo - pC->pC1->iAoffset in M4VSS3GPP_intCheckAudioMode()
1293 / pC->pC1->scale_audio + 0.5) >= (pC->pC1->iEndTime - TD)) ) in M4VSS3GPP_intCheckAudioMode()
DM4VSS3GPP_EditVideo.c730 const M4OSA_Int32 TD = pC->pTransitionList[pC->uiCurrentClip].uiTransitionDuration; in M4VSS3GPP_intCheckVideoMode() local
742 if( ( TD > 0) && (( t - pC->pC1->iVoffset) >= (pC->pC1->iEndTime - TD)) ) in M4VSS3GPP_intCheckVideoMode()
779 - (pC->pC1->iEndTime - TD + pC->pC1->iVoffset); in M4VSS3GPP_intCheckVideoMode()