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

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp240 if (MF.getTarget().usesPhysRegsForPEI())
1028 if (MF.getTarget().getOptLevel() != CodeGenOpt::None &&
1029 MF.getTarget().Options.StackSymbolOrdering)
1038 MF.getTarget().getOptLevel() != CodeGenOpt::None &&
H A DShrinkWrap.cpp600 !MF.getTarget().getMCAsmInfo()->usesWindowsCFI() &&
H A DMIRPrinter.cpp224 const TargetMachine &TM = MF.getTarget();
858 const TargetIntrinsicInfo *TII = MI.getMF()->getTarget().getIntrinsicInfo();
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h195 TargetInfo *getTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp293 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp107 if (MF.getTarget().getMCAsmInfo()->getExceptionHandlingType() !=
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp365 if (MF.getTarget().isPositionIndependent()) {
569 if (MF.getTarget().isPositionIndependent()) {
625 if (MF.getTarget().isPositionIndependent()) {
H A DMipsCallLowering.cpp489 static_cast<const MipsTargetMachine &>(MF.getTarget());
560 static_cast<const MipsTargetMachine &>(MF.getTarget());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp486 if (MF->getTarget().getCodeModel() == CodeModel::Tiny) {
602 if (MF->getTarget().getTargetTriple().isOSFuchsia() &&
603 MF->getTarget().getCodeModel() == CodeModel::Kernel)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp284 const LLVMTargetMachine &TM = MMI.getTarget();
356 const LLVMTargetMachine &TM = MF.getTarget();
471 const LLVMTargetMachine &TM = MF.getTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp387 const auto &TM = static_cast<const RISCVTargetMachine &>(MF->getTarget());
460 const auto &TM = static_cast<const RISCVTargetMachine &>(MF->getTarget());
485 const auto &TM = static_cast<const RISCVTargetMachine &>(MF.getTarget());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp76 switch (CGM.getTarget().getCXXABI().getKind()) {
953 const TargetInfo &Target = CGM.getTarget();
965 else if (CGM.getTarget().supportsIFunc())
975 const TargetInfo &Target = CGM.getTarget();
1095 if (!getTarget().getCXXABI().hasConstructorVariants()) {
1623 if (getTarget().getCXXABI().areMemberFunctionsAligned()) {
1677 StringRef TargetCPU = getTarget().getTargetOpts().CPU;
1699 getTarget().isValidCPUName(ParsedAttr.Architecture))
1705 Features = getTarget().getTargetOpts().Features;
1972 if (getTarget()
[all...]
H A DItaniumCXXABI.cpp522 switch (CGM.getTarget().getCXXABI().getKind()) {
1520 assert(CGM.getTarget().getCXXABI().hasConstructorVariants());
1779 unsigned PAlign = CGM.getTarget().getPointerAlign(0);
2256 (CGM.getTarget().getTriple().isOSBinFormatELF() ||
2257 CGM.getTarget().getTriple().isOSBinFormatWasm())) {
2380 const llvm::Triple &T = CGF.getTarget().getTriple();
2499 CGM.getTarget().getTriple().isOSDarwin();
2610 if (CGM.getTarget().getTriple().isOSDarwin()) {
3538 CGM.getContext().toCharUnitsFromBits(CGM.getTarget().getPointerAlign(0));
3934 if (CGM.getTarget()
[all...]
H A DCGObjCRuntime.cpp91 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign();
H A DCGDebugInfo.cpp619 CGM.getTarget().getTriple().isNVPTX()
1002 uint64_t Size = CGM.getTarget().getPointerWidth(AddressSpace);
1005 CGM.getTarget().getDWARFAddressSpace(AddressSpace);
1489 uint64_t Size = CGM.getTarget().getPointerWidth(AS);
1573 if (CGM.getTarget().getCXXABI().isItaniumFamily()) {
1739 if (CGM.getTarget().getCXXABI().isItaniumFamily()) {
1928 unsigned VtblPtrAddressSpace = CGM.getTarget().getVtblPtrAddressSpace();
1930 CGM.getTarget().getDWARFAddressSpace(VtblPtrAddressSpace);
2015 CGM.getTarget().getCXXABI().isMicrosoft();
2024 unsigned VtblPtrAddressSpace = CGM.getTarget()
[all...]
H A DCGCUDANV.cpp238 if (CudaFeatureEnabled(CGM.getTarget().getSDKVersion(),
681 if (CudaFeatureEnabled(CGM.getTarget().getSDKVersion(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp85 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
766 bool IsLargeCodeModel = MF.getTarget().getCodeModel() == CodeModel::Large;
786 if (Is64Bit && MF.getTarget().getCodeModel() == CodeModel::Large) {
990 bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
1514 return !MF.getTarget().getMCAsmInfo()->usesWindowsCFI() || hasFP(MF);
1604 bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
1616 bool NeedsDwarfCFI = (!MF.getTarget().getTargetTriple().isOSDarwin() &&
1617 !MF.getTarget().getTargetTriple().isOSWindows()) &&
1782 bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
2480 if (Is64Bit && MF.getTarget()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp378 MF.getTarget().getOptLevel() == CodeGenOpt::None;
1006 if (MF.getTarget().getOptLevel() == CodeGenOpt::None)
1019 const TargetMachine &TM = MF.getTarget();
1118 bool NoOpt = MF.getTarget().getOptLevel() == CodeGenOpt::None;
1228 auto &HTM = static_cast<const HexagonTargetMachine&>(MF.getTarget());
1293 auto &HTM = static_cast<const HexagonTargetMachine&>(MF.getTarget());
2481 if (MF.getTarget().getOptLevel() > CodeGenOpt::Default)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp552 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
554 (MF.getTarget().Options.GuaranteedTailCallOpt &&
1697 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
1821 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
1940 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
2311 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h512 Node *getTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h789 MF.getTarget().Options.DisableFramePointerElim(MF)) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp407 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp333 writeIfsV1(Instance.getTarget().getTriple(), Symbols, context, Format, *OS);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h372 TargetInfo &getTarget() const { function in class:clang::CompilerInstance
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp255 return MF.getTarget().Options.DisableFramePointerElim(MF) ||

Completed in 420 milliseconds

12345678