Searched refs:getTarget (Results 76 - 100 of 208) sorted by relevance

123456789

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputFinisher.java739 RegisterSpecList.EMPTY, target.getTarget());
/external/llvm/include/llvm/Support/
H A DYAMLParser.h450 Node *getTarget();
/external/llvm/lib/CodeGen/
H A DVirtRegMap.cpp208 TM = &MF->getTarget();
H A DMachineFunction.cpp462 const DataLayout *DL = getTarget().getDataLayout();
477 const DataLayout *DL = getTarget().getDataLayout();
H A DScheduleDAG.cpp39 : TM(mf.getTarget()), TII(mf.getSubtarget().getInstrInfo()),
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DHandlerTest.java296 assertThat(handler, equalTo(message.getTarget()));
/external/clang/lib/CodeGen/
H A DCGVTables.cpp431 bool ABIHasKeyFunctions = CGM.getTarget().getCXXABI().hasKeyFunctions();
472 if (CGM.getTarget().getCXXABI().hasKeyFunctions() &&
H A DCGDebugInfo.cpp613 if (CGM.getTarget().getCXXABI().isMicrosoft())
682 uint64_t Size = CGM.getTarget().getPointerWidth(AS);
1045 uint64_t Size = CGM.getTarget().getPointerWidth(AS);
1130 !CGM.getTarget().getCXXABI().isMicrosoft())
1222 if (CGM.getTarget().getCXXABI().isItaniumFamily()) {
2761 CGM.getTarget().getPointerAlign(0))) {
2852 CGM.getTarget().getPointerWidth(0));
H A DCGObjCMac.cpp1945 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0);
1946 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
2072 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
2305 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0);
2306 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
2457 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0);
2458 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
4285 const llvm::Triple &Triple = CGM.getTarget().getTriple();
4472 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0);
4473 unsigned ByteSizeInBits = CGM.getTarget()
[all...]
H A DCGClass.cpp778 assert((CGM.getTarget().getCXXABI().hasConstructorVariants() ||
785 CGM.getTarget().getCXXABI().hasConstructorVariants()) {
1234 !CGM.getTarget().getCXXABI().hasConstructorVariants()) {
1391 assert((Body || getTarget().getCXXABI().isMicrosoft()) &&
H A DCGDeclCXX.cpp258 if (const char *Section = getTarget().getStaticInitSectionSpecifier())
H A DCodeGenTypes.cpp35 Target(cgm.getTarget()), TheCXXABI(cgm.getCXXABI()),
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DInstructionCodec.java418 int relativeTarget = insn.getTarget(out.cursor());
490 int relativeTarget = insn.getTarget(out.cursor());
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp219 const DataLayout *TD = MF.getTarget().getDataLayout();
398 const DataLayout *TD = MF.getTarget().getDataLayout();
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp163 static const Target *getTarget(const ObjectFile *Obj = nullptr) { function
218 const Target *TheTarget = getTarget(Obj);
219 // getTarget() will have already issued a diagnostic if necessary, so
/external/clang/lib/Frontend/
H A DASTUnit.cpp1051 Clang->getTarget().adjust(Clang->getLangOpts());
1517 Clang->getTarget().adjust(Clang->getLangOpts());
1650 Target = &CI.getTarget();
1772 Clang->getTarget().adjust(Clang->getLangOpts());
2349 Clang->getTarget().adjust(Clang->getLangOpts());
H A DFrontendActions.cpp303 if (!Module->isAvailable(CI.getLangOpts(), CI.getTarget(), Requirement,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h482 const Expr *getTarget() const { return E; } function in class:clang::ento::IndirectGotoNodeBuilder
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp416 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h546 : CurInst(nullptr), SDNodeOrder(LowestSDNodeOrder), TM(dag.getTarget()),
H A DSelectionDAGDumper.cpp116 else if (const TargetIntrinsicInfo *TII = G->getTarget().getIntrinsicInfo())
/external/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp422 MF.getTarget().getOptLevel() <= CodeGenOpt::Default;
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp451 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp394 RegisterSet clobberSet(prog->getTarget());
821 switch (func->getProgram()->getTarget()->getChipset() & ~0xf) {
995 regs(fn->getProgram()->getTarget()),
1892 targ = bb->getProgram()->getTarget();
H A Dnv50_ir_ssa.cpp448 const Target *targ = prog->getTarget();

Completed in 3204 milliseconds

123456789