Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp133 Type *SelType = Sel.getType(); in foldSelectICmpAnd() local
134 if (SelType->isVectorTy() != Cmp->getType()->isVectorTy()) in foldSelectICmpAnd()
179 V = Builder.CreateAnd(V, ConstantInt::get(SelType, AndMask)); in foldSelectICmpAnd()
186 Constant *C = ConstantInt::get(SelType, TC); in foldSelectICmpAnd()
193 Constant *C = ConstantInt::get(SelType, FC); in foldSelectICmpAnd()
216 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
220 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
222 V = Builder.CreateZExtOrTrunc(V, SelType); in foldSelectICmpAnd()
510 static Instruction *foldSelectICmpAndAnd(Type *SelType, const ICmpInst *Cmp, in foldSelectICmpAndAnd() argument
535 Constant *One = ConstantInt::get(SelType, 1); in foldSelectICmpAndAnd()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
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()
DAMDGPUISelLowering.cpp748 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
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()