Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 25 of 26) sorted by relevance

12

/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp31 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
44 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
56 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
69 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
80 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
94 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
107 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
119 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
132 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
143 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp31 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
44 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
56 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
69 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
80 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
94 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
107 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
119 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
132 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
143 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/list/list.ops/
H A Dremove_if.pass.cpp31 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/list/list.ops/
H A Dremove_if.pass.cpp31 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h27 enum Predicate { enum
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dwarn-documentation.cpp1079 class Predicate class
1090 template<> class Predicate<int, char> class
1101 template<class T> class Predicate<T, int> class
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp168 getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode()
206 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode()
1152 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local
1304 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local
1712 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local
1828 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local
1965 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp248 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp180 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h41 Predicate, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2107 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
3010 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
3021 static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst()
3108 Value *llvm::SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst()
3464 static Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
3471 Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
H A DConstantFolding.cpp1114 Constant *llvm::ConstantFoldCompareInstOperands(unsigned Predicate, in ConstantFoldCompareInstOperands()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h156 bool removeBindings(const ExcludePredicate &Predicate) { in removeBindings()
H A DASTMatchers.h2640 internal::NotEqualsBoundNodePredicate Predicate; in AST_POLYMORPHIC_MATCHER_P() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp186 CmpInst::Predicate Predicate = C->getPredicate(); in create_expression() local
202 CmpInst::Predicate Predicate, in create_cmp_expression()
474 CmpInst::Predicate Predicate, in lookup_or_add_cmp()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp857 for (const auto &Predicate : Predicates) { in emitPredicateFunction() local
1181 SmallString<256> Predicate; in emitPredicateTableEntry() local
H A DDAGISelMatcher.h432 std::string Predicate; variable
H A DCodeGenSchedule.cpp924 Record *Predicate; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2112 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in emitCompareAndBranch() local
2251 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in selectBranch() local
2447 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in selectCmp() local
2630 CmpInst::Predicate Predicate = optimizeCmpPredicate(Cmp); in selectSelect() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp126 SmallVector<MachineOperand, 4> Predicate; member
H A DCodeGenPrepare.cpp934 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx)); in ScalarizeMaskedLoad() local
1027 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx)); in ScalarizeMaskedStore() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h698 PredicateTy &Predicate; member
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2151 CmpInst::Predicate Predicate = CI->getPredicate(); in optimizeCmpPredicate() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1266 CmpInst::Predicate Predicate = CI->getPredicate(); in SelectBranch() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp1123 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, in LLVMConstICmp()
1130 LLVMValueRef LLVMConstFCmp(LLVMRealPredicate Predicate, in LLVMConstFCmp()

12