Home
last modified time | relevance | path

Searched refs:BoolType (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/OpenMP/
Dfor_codegen.cpp468 typedef Bool BoolType; typedef
471 BoolType operator<(It<T> a, It<T> b) { return a.p < b.p; } in operator <()
/external/llvm-project/clang/test/OpenMP/
Dfor_codegen.cpp675 typedef Bool BoolType; typedef
678 BoolType operator<(It<T> a, It<T> b) { return a.p < b.p; } in operator <()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp544 Type *BoolType = Type::getInt1Ty(F.getContext()); in createTailRecurseLoopHeader() local
546 RetKnownPN = PHINode::Create(BoolType, 2, "ret.known.tr", InsertPos); in createTailRecurseLoopHeader()
549 RetKnownPN->addIncoming(ConstantInt::getFalse(BoolType), NewEntry); in createTailRecurseLoopHeader()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-make-shared.cpp272 BoolPtr BoolType = BoolPtr(new bool()); in aliases() local
Dmodernize-make-unique.cpp499 BoolPtr BoolType = BoolPtr(new bool()); in aliases() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2144 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
2145 Value *Check = ConstantInt::getNullValue(BoolType); in expandUnionPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2362 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
2363 Value *Check = ConstantInt::getNullValue(BoolType); in expandUnionPredicate()
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2586 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
2587 Value *Check = ConstantInt::getNullValue(BoolType); in expandUnionPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2309 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB() local
2326 switch (BoolType) { in ExpandIntRes_ADDSUB()
2347 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) { in ExpandIntRes_ADDSUB()
2369 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) in ExpandIntRes_ADDSUB()
DTargetLowering.cpp5873 EVT BoolType = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in expandMUL_LOHI() local
5881 Next = DAG.getNode(ISD::ADDCARRY, dl, DAG.getVTList(VT, BoolType), Next, in expandMUL_LOHI()
5882 Merge(Lo, Hi), DAG.getConstant(0, dl, BoolType)); in expandMUL_LOHI()
5895 Hi = DAG.getNode(ISD::ADDCARRY, dl, DAG.getVTList(HiLoVT, BoolType), Hi, in expandMUL_LOHI()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2566 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB() local
2583 switch (BoolType) { in ExpandIntRes_ADDSUB()
2604 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) { in ExpandIntRes_ADDSUB()
2626 if (BoolType == TargetLoweringBase::ZeroOrOneBooleanContent) in ExpandIntRes_ADDSUB()
DTargetLowering.cpp6160 EVT BoolType = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT); in expandMUL_LOHI() local
6168 Next = DAG.getNode(ISD::ADDCARRY, dl, DAG.getVTList(VT, BoolType), Next, in expandMUL_LOHI()
6169 Merge(Lo, Hi), DAG.getConstant(0, dl, BoolType)); in expandMUL_LOHI()
6182 Hi = DAG.getNode(ISD::ADDCARRY, dl, DAG.getVTList(HiLoVT, BoolType), Hi, in expandMUL_LOHI()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1766 TargetLoweringBase::BooleanContent BoolType = TLI.getBooleanContents(NVT); in ExpandIntRes_ADDSUB() local
1779 switch (BoolType) { in ExpandIntRes_ADDSUB()