Searched refs:TD (Results 1 – 7 of 7) sorted by relevance
246 llvm::TargetData *TD = NULL; in compile() local338 TD = new llvm::TargetData(mModule); in compile()395 runLTO(new llvm::TargetData(*TD), ExportSymbols, CodeGenOptLevel); in compile()399 if (runMCCodeGen(new llvm::TargetData(*TD), TM) != 0) { in compile()467 if (TD) { in compile()468 delete TD; in compile()484 int Compiler::runMCCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM) { in runMCCodeGen() argument495 MCCodeGenPasses.add(TD); in runMCCodeGen()521 int Compiler::runLTO(llvm::TargetData *TD, in runLTO() argument547 LTOPasses.add(TD); in runLTO()
143 int runCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM,147 int runMCCodeGen(llvm::TargetData *TD, llvm::TargetMachine *TM);154 int runLTO(llvm::TargetData *TD,
139 const clang::TypedefNameDecl *TD = TT->getDecl(); in CreateFromDecl() local140 EI = GetElementInfo(TD->getName()); in CreateFromDecl()144 T = TD->getUnderlyingType().getTypePtr(); in CreateFromDecl()
223 if (llvm::TargetData *TD = new llvm::TargetData(ModuleDataLayout)) in OptimizeModule() local224 Passes.add(TD); in OptimizeModule()
1281 const M4OSA_Int32 TD = pC->pTransitionList[pC-> in M4VSS3GPP_intCheckAudioMode() local1292 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()
730 const M4OSA_Int32 TD = pC->pTransitionList[pC->uiCurrentClip].uiTransitionDuration; in M4VSS3GPP_intCheckVideoMode() local742 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()
861 if (const TargetData *TD = TheTargetMachine.getTM().getTargetData()) in main() local862 PM.add(new TargetData(*TD)); in main()