Lines Matching refs:getTarget
33 switch (getTarget().getTriple().getEnvironment()) { in isEABI()
45 return getTarget().getTriple().isOHOSFamily(); in isEABI()
50 switch (getTarget().getTriple().getEnvironment()) { in isEABIHF()
64 return !IsFloatABISoftFP && getTarget().hasBFloat16Type(); in allowBFloatArgsAndRet()
145 CGM.getTarget().parseTargetAttr(TA->getFeaturesStr()); in setTargetAttributes()
150 Attr.CPU.empty() ? CGM.getTarget().getTargetOpts().CPU : Attr.CPU; in setTargetAttributes()
151 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
164 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.CPU)) in setTargetAttributes()
170 } else if (CGM.getTarget().isBranchProtectionSupportedArch( in setTargetAttributes()
171 CGM.getTarget().getTargetOpts().CPU)) { in setTargetAttributes()
255 if (isEABIHF() || getTarget().getTriple().isWatchABI()) in getLLVMDefaultCC()
311 if (!getTarget().hasLegalHalfType() && containsAnyFP16Vectors(Ty)) { in classifyHomogeneousAggregate()
424 if (getTarget().isRenderScriptTarget()) { in classifyArgumentType()
545 if ((!getTarget().hasLegalHalfType() && in classifyReturnType()
613 if (getTarget().isRenderScriptTarget()) { in classifyReturnType()
645 if ((!getTarget().hasLegalHalfType() && in isIllegalVectorType()