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

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp835 const TargetMachine &TM = MF.getTarget();
H A DMipsInstrInfo.cpp584 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo());
H A DMipsDelaySlotFiller.cpp220 TM = &F.getTarget();
H A DMipsAsmPrinter.cpp986 std::unique_ptr<MCSubtargetInfo> STI(TM.getTarget().createMCSubtargetInfo(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp472 if (Preprocessor::checkModuleIsAvailable(CI.getLangOpts(), CI.getTarget(),
H A DPrecompiledPreamble.cpp300 Clang->getTarget().adjust(Clang->getLangOpts());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp303 std::unique_ptr<MCSubtargetInfo> STI(TM.getTarget().createMCSubtargetInfo(
968 if (MMI->hasDebugInfo() || MF->getTarget().Options.ForceDwarfFrameSection)
1014 if (!MF.getTarget().Options.EmitStackSizeSection)
1713 MF.getTarget().Options.EmitStackSizeSection) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp935 if (MF.getTarget().getTargetTriple().getArch() == Triple::amdgcn)
H A DSIFixSGPRCopies.cpp753 if (MF.getTarget().getOptLevel() > CodeGenOpt::None && EnableM0Merge)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp440 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack())
H A DThumb2InstrInfo.cpp224 if (MF.getTarget().isPositionIndependent())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp478 MF.getTarget().getOptLevel() <= CodeGenOpt::Default;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp774 if (CGM.getTarget().getCXXABI().hasConstructorVariants()) {
H A DCodeGenTypes.cpp33 Target(cgm.getTarget()), TheCXXABI(cgm.getCXXABI()),
H A DCGObjCMac.cpp2458 == CGM.getTarget().getPointerWidth(0));
2521 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
2752 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0);
2753 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
2938 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0);
2939 unsigned ByteSizeInBits = CGM.getTarget().getCharWidth();
3280 const llvm::Triple &Triple = CGM.getTarget().getTriple();
5157 if (CGM.getTarget().getTriple().isSimulatorEnvironment())
5773 if (CGM.getTarget().getTriple().getArch() == llvm::Triple::aarch64)
6519 const llvm::Triple &Triple = CGM.getTarget()
[all...]
H A DMicrosoftCXXABI.cpp443 return CGM.getTarget().getPointerWidth(/*AddrSpace=*/0) == 64;
744 if (CGM.getTarget().getTriple().getArch() == llvm::Triple::x86) {
812 switch (CGM.getTarget().getTriple().getArch()) {
1093 bool isAArch64 = CGM.getTarget().getTriple().isAArch64();
2308 CGM.AppendLinkerOptions(CGM.getTarget().getTriple().getArch() ==
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp866 if (MI->isCall() && DAG->getTarget().Options.EnableDebugEntryValues)
H A DSelectionDAGDumper.cpp150 else if (const TargetIntrinsicInfo *TII = G->getTarget().getIntrinsicInfo())
H A DStatepointLowering.cpp1065 if (DAG.getTarget().Options.TrapUnreachable)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp607 (TailBB.getParent()->getTarget().getTargetTriple().isOSDarwin() ||
H A DMachineFunction.cpp547 getTarget().Options.ForceDwarfFrameSection ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp679 if (MF->getTarget().isPositionIndependent()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp626 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp219 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2555 Expr *getTarget() { return reinterpret_cast<Expr *>(Target); } function in class:clang::IndirectGotoStmt
2556 const Expr *getTarget() const { function in class:clang::IndirectGotoStmt

Completed in 501 milliseconds

12345678