/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 181 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()
|
D | DIBuilder.cpp | 115 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()
|
D | Type.cpp | 238 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()
|
D | AutoUpgrade.cpp | 59 Type::getInt1Ty(F->getContext()) in UpgradeIntrinsicFunction1()
|
D | Constants.cpp | 441 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()
|
D | ConstantFold.cpp | 1574 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()), in ConstantFoldCompareInstruction() 1577 ResultTy = Type::getInt1Ty(C1->getContext()); in ConstantFoldCompareInstruction()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 250 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/ |
D | IRBuilderTest.cpp | 111 IntegerType *Ty1 = Builder.getInt1Ty(); in TEST_F()
|
D | ConstantsTest.cpp | 170 Type *Int1Ty = Type::getInt1Ty(getGlobalContext()); in TEST()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 392 static IntegerType *getInt1Ty(LLVMContext &C);
|
D | InstrTypes.h | 834 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()), 837 return Type::getInt1Ty(opnd_type->getContext());
|
D | IRBuilder.h | 186 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/ |
D | SIAnnotateControlFlow.cpp | 117 Boolean = Type::getInt1Ty(Context); in doInitialization()
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 304 case 2: RetTy = Type::getInt1Ty(header->getContext()); break; in constructFunction() 547 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 255 = CreateTempAlloca(Builder.getInt1Ty(), "cleanup.cond"); in initFullExprCleanup() 1075 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "cleanup.isactive"); in SetupCleanupBlockActivation()
|
D | CodeGenTypes.cpp | 333 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
|
D | CGExprScalar.cpp | 143 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/ |
D | ScalarEvolutionTest.cpp | 46 Type *Ty = Type::getInt1Ty(Context); in TEST_F()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 692 Val->getType() != Type::getInt1Ty(LIC->getContext())) in EmitPreheaderBranchOnCondition() 1096 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in RewriteLoopBodyWithConditionConstant()
|
D | StructurizeCFG.cpp | 268 Boolean = Type::getInt1Ty(Context); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1391 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/ |
D | GlobalOpt.cpp | 1076 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/ |
D | JITTest.cpp | 315 arg_types.push_back(Type::getInt1Ty(Context)); in TEST_F()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 796 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 872 VectorType *MaskTy = VectorType::get(Builder.getInt1Ty(), VL.size()); in getEntryCost() 874 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty()); in getEntryCost()
|