Lines Matching refs:getTarget
33 switch (getTarget().getTriple().getEnvironment()) { in isEABI()
43 return getTarget().getTriple().isOHOSFamily(); in isEABI()
48 switch (getTarget().getTriple().getEnvironment()) { in isEABIHF()
61 return !IsFloatABISoftFP && getTarget().hasBFloat16Type(); in allowBFloatArgsAndRet()
142 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
147 Attr.CPU.empty() ? CGM.getTarget().getTargetOpts().CPU : Attr.CPU; in setTargetAttributes()
148 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
170 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.CPU)) in setTargetAttributes()
257 if (isEABIHF() || getTarget().getTriple().isWatchABI()) in getLLVMDefaultCC()
313 if (!getTarget().hasLegalHalfType() && containsAnyFP16Vectors(Ty)) { in classifyHomogeneousAggregate()
426 if (getTarget().isRenderScriptTarget()) { in classifyArgumentType()
547 if ((!getTarget().hasLegalHalfType() && in classifyReturnType()
615 if (getTarget().isRenderScriptTarget()) { in classifyReturnType()
647 if ((!getTarget().hasLegalHalfType() && in isIllegalVectorType()