Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DValueTypes.cpp181 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT()
194 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT()
195 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT()
196 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT()
197 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT()
198 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT()
199 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
DDIBuilder.cpp115 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized), in createCompileUnit()
1038 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit), in createFunction()
1039 ConstantInt::get(Type::getInt1Ty(VMContext), isDefinition), in createFunction()
1044 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized), in createFunction()
1087 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit), in createMethod()
1088 ConstantInt::get(Type::getInt1Ty(VMContext), isDefinition), in createMethod()
1093 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized), in createMethod()
DType.cpp238 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type
281 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy()
311 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
DAutoUpgrade.cpp59 Type::getInt1Ty(F->getContext()) in UpgradeIntrinsicFunction1()
DConstants.cpp441 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
448 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
1756 StructType::get(Type::getInt1Ty(Ty->getContext()), Ty, NULL); in getAlignOf()
1869 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp()
1890 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
DConstantFold.cpp1574 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()), in ConstantFoldCompareInstruction()
1577 ResultTy = Type::getInt1Ty(C1->getContext()); in ConstantFoldCompareInstruction()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp250 case 0: t = Type::getInt1Ty(Context); break; in pickScalarType()
567 Type *CondTy = Type::getInt1Ty(Context); in Act()
661 if (it->getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp111 IntegerType *Ty1 = Builder.getInt1Ty(); in TEST_F()
DConstantsTest.cpp170 Type *Int1Ty = Type::getInt1Ty(getGlobalContext()); in TEST()
/external/llvm/include/llvm/IR/
DType.h392 static IntegerType *getInt1Ty(LLVMContext &C);
DInstrTypes.h834 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
837 return Type::getInt1Ty(opnd_type->getContext());
DIRBuilder.h186 return ConstantInt::get(getInt1Ty(), V); in getInt1()
229 IntegerType *getInt1Ty() { in getInt1Ty() function
230 return Type::getInt1Ty(Context); in getInt1Ty()
/external/llvm/lib/Target/R600/
DSIAnnotateControlFlow.cpp117 Boolean = Type::getInt1Ty(Context); in doInitialization()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp304 case 2: RetTy = Type::getInt1Ty(header->getContext()); break; in constructFunction()
547 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
/external/clang/lib/CodeGen/
DCGCleanup.cpp255 = CreateTempAlloca(Builder.getInt1Ty(), "cleanup.cond"); in initFullExprCleanup()
1075 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "cleanup.isactive"); in SetupCleanupBlockActivation()
DCodeGenTypes.cpp333 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
DCGExprScalar.cpp143 if (ZI->getOperand(0)->getType() == Builder.getInt1Ty()) { in EmitIntToBoolConversion()
380 return llvm::ConstantInt::get(Builder.getInt1Ty(), E->getValue()); in VisitExpressionTraitExpr()
2829 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2, in VisitBinLAnd()
2900 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2, in VisitBinLOr()
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp46 Type *Ty = Type::getInt1Ty(Context); in TEST_F()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp692 Val->getType() != Type::getInt1Ty(LIC->getContext())) in EmitPreheaderBranchOnCondition()
1096 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in RewriteLoopBodyWithConditionConstant()
DStructurizeCFG.cpp268 Boolean = Type::getInt1Ty(Context); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1391 Type::getInt1Ty(Context)), in ParseConstants()
2351 popValue(Record, OpNum, NextValueNo, Type::getInt1Ty(Context), Cond)) in ParseFunctionBody()
2373 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
2377 if (Cond->getType() != Type::getInt1Ty(Context)) in ParseFunctionBody()
2480 Type::getInt1Ty(Context)); in ParseFunctionBody()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1076 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfMalloc()
1808 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean()
1824 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
1834 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean()
1851 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp315 arg_types.push_back(Type::getInt1Ty(Context)); in TEST_F()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp796 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp872 VectorType *MaskTy = VectorType::get(Builder.getInt1Ty(), VL.size()); in getEntryCost()
874 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty()); in getEntryCost()

12