Home
last modified time | relevance | path

Searched refs:SelType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp128 Type *SelType = Sel.getType(); in foldSelectICmpAnd() local
211 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
215 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
544 return new ZExtInst(ICmpNeZero, SelType); in foldSelectICmpAndAnd()
1979 Type *SelType = Sel.getType(); in foldSelectExtConst() local
2271 Type *SelType = Sel.getType(); in foldSelectToCopysign() local
2289 X->getType() != SelType) in foldSelectToCopysign()
2642 Type *SelType = SI.getType(); in visitSelectInst() local
2756 if (!SelType->isVectorTy()) { in visitSelectInst()
2841 if (SelType->isIntOrIntVectorTy() && !SelType->isIntOrIntVectorTy(1) && in visitSelectInst()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn() local
242 IdType, SelType, in getGetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn() local
258 SelType, in getSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn() local
285 Params.push_back(SelType); in getOptimizedSetPropertyFn()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2591 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); in applyMappingImpl() local
2592 auto True = B.buildConstant(SelType, Signed ? -1 : 1); in applyMappingImpl()
2593 auto False = B.buildConstant(SelType, 0); in applyMappingImpl()
2603 auto Sel = B.buildSelect(SelType, SrcReg, True, False); in applyMappingImpl()
H A DAMDGPUISelLowering.cpp613 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()