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

12345678

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp344 if (const char *Section = getTarget().getStaticInitSectionSpecifier())
502 if (getTarget().getCXXABI().isMicrosoft() && COMDATKey) {
H A DCGCall.cpp1528 return getTarget().useObjCFPRetForRealType(TargetInfo::Float);
1530 return getTarget().useObjCFPRetForRealType(TargetInfo::Double);
1532 return getTarget().useObjCFPRetForRealType(TargetInfo::LongDouble);
1543 return getTarget().useObjCFP2RetForComplexLongDouble();
2600 if (getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) {
3450 CGM.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()
3478 if (CGM.getTarget().getCXXABI().isMicrosoft()) {
3483 assert(getTarget().getTriple().getArch() == llvm::Triple::x86);
3665 if (!getTarget().getTriple().isOSWindows())
3941 assert(getTarget()
[all...]
H A DCGClass.cpp823 assert((CGM.getTarget().getCXXABI().hasConstructorVariants() ||
830 CGM.getTarget().getCXXABI().hasConstructorVariants()) {
1284 !CGM.getTarget().getCXXABI().hasConstructorVariants()) {
1477 assert((Body || getTarget().getCXXABI().isMicrosoft()) &&
2086 if (CGF.getTarget().getCXXABI().areArgsDestroyedLeftToRightInCallee()) {
2188 CGM.getTarget().getCXXABI().hasConstructorVariants()) {
H A DCGBlocks.cpp458 CharUnits::fromQuantity(CGM.getTarget().getPointerAlign(GenericAS) / 8);
460 CharUnits::fromQuantity(CGM.getTarget().getPointerWidth(GenericAS) / 8);
931 CGM.getTarget().getPointerWidth(
1398 bool IsWindows = CGM.getTarget().getTriple().isOSWindows();
2949 if (CGM.getTarget().getTriple().isOSBinFormatCOFF()) {
H A DCGBuiltin.cpp504 if (CGF.getTarget().isBigEndian()) {
824 if (CGF.getTarget().getTriple().isX86())
916 if (CGF.getTarget().getTriple().getArch() == llvm::Triple::aarch64) {
1118 llvm::Triple::ArchType ISA = getTarget().getTriple().getArch();
1169 if (!SanOpts.has(SanitizerKind::Builtin) || !getTarget().isCLZForZeroUndef())
2038 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
2055 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
2611 if (!getTarget().getTriple().isOSMSVCRT())
3627 if (getTarget().getTriple().isOSMSVCRT())
3631 if (getTarget()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp54 : TM(mf.getTarget()), TII(mf.getSubtarget().getInstrInfo()),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h516 const Expr *getTarget() const { return E; } function in class:clang::ento::IndirectGotoNodeBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp367 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp495 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h464 /// getTarget - Return the target machine this machine code is compiled with
465 const LLVMTargetMachine &getTarget() const { return Target; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp689 instance->getTarget().adjust(instance->getLangOpts());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp493 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp328 if (MF.getTarget().Options.DisableFramePointerElim(MF) && MFI.adjustsStack())
H A DAArch64FrameLowering.cpp265 if (MF.getTarget().Options.DisableFramePointerElim(MF))
849 return MF.getTarget().getMCAsmInfo()->usesWindowsCFI() &&
886 MF.needsFrameMoves() && !MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
1063 switch (MF.getTarget().getCodeModel()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1150 Clang->getTarget().adjust(Clang->getLangOpts());
1459 Target = &CI.getTarget();
1583 Clang->getTarget().adjust(Clang->getLangOpts());
2209 Clang->getTarget().adjust(Clang->getLangOpts());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h442 : SDNodeOrder(LowestSDNodeOrder), TM(dag.getTarget()), DAG(dag),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp68 isInTailCallPosition(CS, MIRBuilder.getMF().getTarget()) &&
H A DIRTranslator.cpp1299 if (MF->getTarget().getOptLevel() == CodeGenOpt::None)
1415 const TargetMachine &TM = MF->getTarget();
1601 auto TII = MF->getTarget().getIntrinsicInfo();
1606 (MF->getTarget().getTargetTriple().isOSWindows() &&
1816 if (MF->getTarget().getTargetTriple().isOSWindows())
2272 const TargetMachine &TM = MF->getTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp380 const Target *T = &TM->getTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1106 if (MF.getTarget().getCodeModel() == CodeModel::Small &&
1145 if (MF.getTarget().getCodeModel() == CodeModel::Small &&
2497 if (MF.getTarget().getCodeModel() == CodeModel::Small &&
2535 if (MF.getTarget().getCodeModel() == CodeModel::Small &&
H A DX86AsmPrinter.cpp59 CodeEmitter.reset(TM.getTarget().createMCCodeEmitter(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp30 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp397 !DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim(
403 if (Asm->MF->getTarget().getTargetTriple().isNVPTX()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1279 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo();
1358 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp109 if (MF.getTarget().Options.DisableFramePointerElim(MF))
363 const TargetMachine &TM = MF.getTarget();
1879 if (MF.getTarget().Options.DisableFramePointerElim(MF) && !LRSpilled) {

Completed in 253 milliseconds

12345678