Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp129 Type *SelType = Sel.getType(); in foldSelectICmpAnd() local
212 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
610 return new ZExtInst(ICmpNeZero, SelType); in foldSelectICmpAndAnd()
2096 Type *SelType = Sel.getType(); in foldSelectExtConst() local
2370 Type *SelType = Sel.getType(); in foldSelectToCopysign() local
2391 X->getType() != SelType) in foldSelectToCopysign()
2941 Type *SelType = SI.getType(); in foldSelectOfBools() local
3297 Type *SelType = SI.getType(); in foldBitCeil() local
3367 Type *SelType = SI.getType(); in visitSelectInst() local
3408 if (SelType->isIntOrIntVectorTy() && !SelType->isIntOrIntVectorTy(1) && in visitSelectInst()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn() local
243 IdType, SelType, in getGetPropertyFn()
256 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn() local
259 SelType, in getSetPropertyFn()
284 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn() local
286 Params.push_back(SelType); in getOptimizedSetPropertyFn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2766 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); in applyMappingImpl() local
2767 auto True = B.buildConstant(SelType, Signed ? -1 : 1); in applyMappingImpl()
2768 auto False = B.buildConstant(SelType, 0); in applyMappingImpl()
2778 auto Sel = B.buildSelect(SelType, SrcReg, True, False); in applyMappingImpl()
H A DAMDGPUISelLowering.cpp751 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()