Searched refs:SelType (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 133 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 2489 LLT SelType = UseSel64 ? LLT::scalar(64) : LLT::scalar(32); in applyMappingImpl() local 2490 auto True = B.buildConstant(SelType, Signed ? -1 : 1); in applyMappingImpl() 2491 auto False = B.buildConstant(SelType, 0); in applyMappingImpl() 2501 auto Sel = B.buildSelect(SelType, SrcReg, True, False); in applyMappingImpl()
|
| H A D | AMDGPUISelLowering.cpp | 701 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 240 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()
|