Searched refs:getTarget (Results 176 - 200 of 219) sorted by relevance

123456789

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h507 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenModule
H A DCGAtomic.cpp346 getTarget().getMaxAtomicInlineWidth();
H A DCGDecl.cpp906 getContext().toCharUnitsFromBits(getTarget().getPointerAlign(0)));
H A DCGException.cpp1518 CGM.getTarget().getCXXABI().isItaniumFamily());
H A DCGExprAgg.cpp1351 CGF.getTarget().getPointerWidth(0));
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp207 const TargetInstrInfo *TII = MF->getTarget().getInstrInfo();
1449 const TargetMachine &TM = DAG->MF.getTarget();
H A DLiveIntervalAnalysis.cpp102 TM = &fn.getTarget();
H A DMachineLICM.cpp323 TM = &MF.getTarget();
H A DMachineVerifier.cpp286 TM = &MF.getTarget();
H A DRegisterCoalescer.cpp2136 TM = &fn.getTarget();
H A DTwoAddressInstructionPass.cpp1482 const TargetMachine &TM = MF->getTarget();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1246 Expr *getTarget() { return reinterpret_cast<Expr*>(Target); } function in class:clang::IndirectGotoStmt
1247 const Expr *getTarget() const {return reinterpret_cast<const Expr*>(Target);} function in class:clang::IndirectGotoStmt
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h239 const TargetMachine &getTarget() const { return TM; } function in class:llvm::SelectionDAG
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp977 TM(&MF->getTarget()),
H A DSelectionDAG.cpp2362 if (getTarget().Options.NoNaNsFPMath)
2652 if (getTarget().Options.UnsafeFPMath && OpOpcode == ISD::FSUB)
2865 if (getTarget().Options.UnsafeFPMath) {
3212 if (getTarget().Options.UnsafeFPMath)
3634 const TargetRegisterInfo *TRI = MF.getTarget().getRegisterInfo();
H A DFastISel.cpp1086 TM(FuncInfo.MF->getTarget()),
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp304 TM = static_cast<const HexagonTargetMachine*>(&MF.getTarget());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp969 dyn_cast<AddrLabelExpr>(getTarget()->IgnoreParenImpCasts()))
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3125 return addStmt(I->getTarget());
3727 I->getTarget()->printPretty(OS, Helper, Policy);
4094 E = cast<IndirectGotoStmt>(Terminator)->getTarget();
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2076 MF.getTarget().Options.GuaranteedTailCallOpt))
2123 assert(!(NumXMMRegs && MF.getTarget().Options.UseSoftFloat &&
2126 if (MF.getTarget().Options.UseSoftFloat || NoImplicitFloatOps ||
2206 MF.getTarget().Options.GuaranteedTailCallOpt)) {
2303 if (MF.getTarget().Options.DisableTailCalls)
2315 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall)
2753 const TargetMachine &TM = MF.getTarget();
11270 const TargetMachine &TM = MF.getTarget();
15467 if (!DAG.getTarget().Options.UnsafeFPMath &&
15477 if (!DAG.getTarget()
[all...]
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp475 if (!TM->getTarget().hasJIT()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp374 TargetMachine &Target = const_cast<TargetMachine&>(MF.getTarget());
H A DARMFastISel.cpp93 TM(funcInfo.MF->getTarget()),
2965 const TargetMachine &TM = funcInfo.MF->getTarget();
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp277 //const TargetMachine &TM = MF->getTarget();
1686 const TargetRegisterInfo *TRI = MF.getTarget().getRegisterInfo();
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp906 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt;
1101 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt;

Completed in 440 milliseconds

123456789