Home
last modified time | relevance | path

Searched refs:bools (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dmisc-atomic-property.m19 } bools; typedef
25 bools x;
29 @property(assign) bools bools_p;
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A Dinteger-bool.ll2 ;; check that global opt turns integers that only hold 0 or 1 into bools.
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp525 SmallVector<bool, 4> bools(xferOp.getTransferRank(), true); in splitFullAndPartialTransfer() local
526 auto inBoundsAttr = b.getBoolArrayAttr(bools); in splitFullAndPartialTransfer()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dlambda-expressions.cpp194 template<typename...Ts> bool g(Fst<bool, Ts> ...bools);
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-x86-64.ll164 ; rdar://9297003 - fast isel bails out on all functions taking bools
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c950 int bools[] = {0, 1}; in printBuiltinAttributes() local
966 2, bools); in printBuiltinAttributes()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dlogical-select-inseltpoison.ll367 define i1 @bools(i1 %a, i1 %b, i1 %c) {
368 ; CHECK-LABEL: @bools(
H A Dlogical-select.ll368 define i1 @bools(i1 %a, i1 %b, i1 %c) {
369 ; CHECK-LABEL: @bools(
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAttrTypeBase.td176 // ArrayRefParameter<"bool", "list of bools">:$yesNoArray)
H A DOpBase.td859 // Type constraint for bool-like types: bools, vectors of bools, tensors of
860 // bools.