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

12345678

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2345 const TargetIntrinsicInfo *TII = MF.getTarget().getIntrinsicInfo();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp365 TM = &MF.getTarget();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp946 CGM.getTarget().getTriple().getArch();
H A DCodeGenFunction.h1669 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenFunction
H A DCGOpenMPRuntime.cpp3029 CGM.getTarget().isTLSSupported()) {
10764 if (CGM.getTarget().hasFeature("sve"))
10767 if (CGM.getTarget().hasFeature("neon"))
H A DCGExpr.cpp387 if (auto AddrSpace = CGF.getTarget().getConstantAddressSpace()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp235 Record.AddStmt(S->getTarget());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1372 return cast<IndirectGotoStmt>(S)->getTarget() == Cond;
H A DExprEngine.cpp2226 SVal V = state->getSVal(builder.getTarget(), builder.getLocationContext());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2644 assert(CurDAG->getTarget().getTargetTriple().getArch() == Triple::amdgcn);
H A DSIInstrInfo.cpp6048 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp129 TM(funcInfo.MF->getTarget()), TII(*Subtarget->getInstrInfo()),
H A DARMBaseInstrInfo.cpp703 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo();
H A DARMISelLowering.cpp2224 const TargetOptions &Options = DAG.getTarget().Options;
3306 if (DAG.getTarget().useEmulatedTLS())
3370 DAG.getMachineFunction().getTarget().Options.EnableFastISel)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp109 : Ctx(mf.getContext()), MF(mf), TM(mf.getTarget()), MAI(*TM.getMCAsmInfo()),
H A DX86FastISel.cpp2671 if (MF->getTarget().getMCAsmInfo()->usesWindowsCFI())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4309 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2019 if (DAG.getTarget().useEmulatedTLS())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp107 : TM(DAG.getTarget()), TLI(DAG.getTargetLoweringInfo()), DAG(DAG),
H A DSelectionDAG.cpp4078 if (getTarget().Options.NoNaNsFPMath || Op->getFlags().hasNoNaNs())
5838 if (MF.getTarget().getTargetTriple().isOSDarwin())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7124 ExprResult Target = getDerived().TransformExpr(S->getTarget());
7130 Target.get() == S->getTarget())
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6158 auto Imp = importSeq(S->getGotoLoc(), S->getStarLoc(), S->getTarget());

Completed in 828 milliseconds

12345678