Home
last modified time | relevance | path

Searched refs:Int1 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp92 [](const CodeGenIntrinsic &Int1, const CodeGenIntrinsic &Int2) { in CheckDuplicateIntrinsics() argument
93 return Int1.Name == Int2.Name; in CheckDuplicateIntrinsics()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp130 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding() local
131 Ops.push_back(createConstant(ConstantInt::get(Int1, VarArgArePassed))); in createCallbackEncoding()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1489 const auto *Int1 = cast<BitIntType>(T1); in IsStructurallyEquivalent() local
1492 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1493 Int1->getNumBits() != Int2->getNumBits()) in IsStructurallyEquivalent()
1498 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent() local
1501 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1502 !IsStructurallyEquivalent(Context, Int1->getNumBitsExpr(), in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1012 auto *Int1 = dyn_cast<ConstantInt>(Elem1); in isNonTargetIntrinsicMatch() local
1013 if (Int1 && !Int1->isZero()) in isNonTargetIntrinsicMatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1815 Int1 = 0, enumerator
1840 case SelectTypeKind::Int1: in SelectOpcodeFromVT()
5942 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5949 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5956 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5963 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5970 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5977 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5984 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5991 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def32 __OMP_TYPE(Int1)
485 __OMP_RTL(__kmpc_kernel_parallel, false, Int1, VoidPtrPtr)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp478 ICV.InitValue = ConstantInt::getFalse(OMPBuilder.Int1->getContext()); \ in initializeInternalControlVars()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9469 if (IfExpr->getType() != Int1) in createTeams()