Lines Matching refs:getTarget
75 return getTarget().hasBFloat16Type(); in allowBFloatArgsAndRet()
116 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
122 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
147 if (CGF.getTarget().hasFeature("ls64")) { in isScalarizableAsmOperand()
344 if (getTarget().isRenderScriptTarget()) { in classifyArgumentType()
354 (unsigned)getTarget().getPointerWidth(LangAS::Default)); in classifyArgumentType()
405 !(getTarget().getTriple().getArch() == llvm::Triple::aarch64_32 && in classifyReturnType()
414 if (getTarget().isRenderScriptTarget()) { in classifyReturnType()
463 llvm::Triple Triple = getTarget().getTriple(); in isIllegalVectorType()
521 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitAAPCSVAArg()
778 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitDarwinVAArg()