Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp133 Type *SelType = Sel.getType(); in foldSelectICmpAnd() local
216 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
220 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
540 return new ZExtInst(ICmpNeZero, SelType); in foldSelectICmpAndAnd()
1939 Type *SelType = Sel.getType(); in foldSelectExtConst() local
2390 Type *SelType = Sel.getType(); in foldSelectToCopysign() local
2407 X->getType() != SelType) in foldSelectToCopysign()
2630 Type *SelType = SI.getType(); in visitSelectInst() local
2732 if (!SelType->isVectorTy()) { in visitSelectInst()
2817 if (SelType->isIntOrIntVectorTy() && !SelType->isIntOrIntVectorTy(1) && in visitSelectInst()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2575 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); in applyMappingImpl() local
2576 auto True = B.buildConstant(SelType, Signed ? -1 : 1); in applyMappingImpl()
2577 auto False = B.buildConstant(SelType, 0); in applyMappingImpl()
2587 auto Sel = B.buildSelect(SelType, SrcReg, True, False); in applyMappingImpl()
H A DAMDGPUISelLowering.cpp748 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
/freebsd-13.1/contrib/llvm-project/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()