Home
last modified time | relevance | path

Searched refs:getInt1Ty (Results 1 – 25 of 135) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DValueTypes.cpp208 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT()
221 case MVT::v1i1: return VectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT()
222 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
223 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
224 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
225 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT()
226 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT()
227 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
228 case MVT::v128i1: return VectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT()
229 case MVT::v512i1: return VectorType::get(Type::getInt1Ty(Context), 512); in getTypeForEVT()
[all …]
/external/llvm/lib/IR/
DValueTypes.cpp210 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT()
223 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
224 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
225 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
226 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT()
227 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT()
228 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
229 case MVT::v512i1: return VectorType::get(Type::getInt1Ty(Context), 512); in getTypeForEVT()
230 case MVT::v1024i1: return VectorType::get(Type::getInt1Ty(Context), 1024); in getTypeForEVT()
DIRBuilder.cpp195 assert(Cond->getType() == getInt1Ty() && in CreateAssumption()
271 Mask = Constant::getAllOnesValue(VectorType::get(Type::getInt1Ty(Context), in CreateMaskedGather()
302 Mask = Constant::getAllOnesValue(VectorType::get(Type::getInt1Ty(Context), in CreateMaskedScatter()
DType.cpp166 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
210 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy()
240 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DStrategiesTest.cpp31 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createInjectorMutator()
44 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createDeleterMutator()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp48 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)), in reportGlobalToASan()
50 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))}; in reportGlobalToASan()
DCGBuilder.h149 assert(Addr->getType()->getPointerElementType() == getInt1Ty());
150 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name);
155 assert(Addr->getType()->getPointerElementType() == getInt1Ty()); in CreateFlagStore()
DCGLoopInfo.cpp70 Type::getInt1Ty(Ctx), (Attrs.VectorizeEnable == in createMetadata()
91 Type::getInt1Ty(Ctx), (Attrs.DistributeEnable == in createMetadata()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp108 ConstantInt::get(Type::getInt1Ty(VMContext), true), // isMain in createCompileUnit()
109 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized), in createCompileUnit()
776 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit), in createFunction()
777 ConstantInt::get(Type::getInt1Ty(VMContext), isDefinition), in createFunction()
782 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized), in createFunction()
824 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit), in createMethod()
825 ConstantInt::get(Type::getInt1Ty(VMContext), isDefinition), in createMethod()
830 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized), in createMethod()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp58 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext); in Builder()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DPhiValuesTest.cpp25 Type *I1Ty = Type::getInt1Ty(C); in TEST()
91 Type *I1Ty = Type::getInt1Ty(C); in TEST()
DScalarEvolutionTest.cpp71 Type *Ty = Type::getInt1Ty(Context); in TEST_F()
121 BranchInst::Create(LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), in TEST_F()
170 LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), LoopBB); in TEST_F()
379 BranchInst::Create(LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), in TEST_F()
746 Type *T_int1 = Type::getInt1Ty(Context); in TEST_F()
1009 LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), LoopBB); in TEST_F()
1065 LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), LoopBB); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp173 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
217 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy()
246 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp210 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
249 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy()
279 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
DConstants.cpp369 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
376 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
912 if (Ty == Type::getInt1Ty(Ty->getContext())) in isValueValidForType()
922 if (Ty == Type::getInt1Ty(Ty->getContext())) in isValueValidForType()
1533 StructType::get(Type::getInt1Ty(Ty->getContext()), Ty, NULL); in getAlignOf()
1640 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp()
1663 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp55 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp312 Type::getInt1Ty(Context), in pickScalarType()
626 Type *CondTy = Type::getInt1Ty(Context); in Act()
711 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp272 Type::getInt1Ty(Context), in pickScalarType()
576 Type *CondTy = Type::getInt1Ty(Context); in Act()
661 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
Dllvm-opt-fuzzer.cpp40 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp57 Type *Ty = Type::getInt1Ty(Context); in TEST_F()
248 BranchInst::Create(LoopBB, ExitBB, UndefValue::get(Type::getInt1Ty(Context)), in TEST_F()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h317 static IntegerType *getInt1Ty(LLVMContext &C);
DInstrTypes.h830 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
833 return Type::getInt1Ty(opnd_type->getContext());
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp236 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp264 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp769 CE->getOperand(0)->getType() == Type::getInt1Ty(CPV->getContext())) { in printConstant()
774 if (CE->getType() == Type::getInt1Ty(CPV->getContext()) && in printConstant()
923 if (Ty == Type::getInt1Ty(CPV->getContext())) in printConstant()
1165 if (Ty->isIntegerTy() && Ty != Type::getInt1Ty(Ty->getContext())) in printConstExprCast()
1273 if (Ty->isIntegerTy() && (Ty!=Type::getInt1Ty(I.getContext()) && in writeInstComputationInline()
1287 if (I.getType() == Type::getInt1Ty(I.getContext()) && in writeInstComputationInline()
2703 if (SrcTy == Type::getInt1Ty(I.getContext()) && in visitCastInst()
2709 if (DstTy == Type::getInt1Ty(I.getContext()) && in visitCastInst()

123456