| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Predicate.h | 56 Predicate () : in Predicate() function 72 Predicate (T initial_value) : in Predicate() function
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| HD | PPCPredicates.h | 27 enum Predicate { enum
|
| /NextBSD/sys/contrib/dev/acpica/compiler/ |
| HD | asltransform.c | 394 ACPI_PARSE_OBJECT *Predicate; in TrDoSwitch() local
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCCompound.cpp | 182 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86FastISel.cpp | 177 getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode() 215 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode() 1217 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local 1369 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local 1777 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local 1893 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local 2047 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | FlattenCFG.cpp | 248 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | BodyFarm.cpp | 180 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once() local
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCInstrDesc.h | 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef }; enumerator
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 2133 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() 3038 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() 3049 static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() 3163 Value *llvm::SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() 3746 static Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst() 3753 Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
|
| HD | ConstantFolding.cpp | 1103 Constant *llvm::ConstantFoldCompareInstOperands(unsigned Predicate, in ConstantFoldCompareInstOperands()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchersInternal.h | 159 bool removeBindings(const ExcludePredicate &Predicate) { in removeBindings()
|
| HD | ASTMatchers.h | 2835 internal::NotEqualsBoundNodePredicate Predicate; in AST_POLYMORPHIC_MATCHER_P() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | GVN.cpp | 187 CmpInst::Predicate Predicate = C->getPredicate(); in create_expression() local 203 CmpInst::Predicate Predicate, in create_cmp_expression() 475 CmpInst::Predicate Predicate, in lookup_or_add_cmp()
|
| HD | LoopDistribute.cpp | 508 void mergeAdjacentPartitionsIf(UnaryPredicate Predicate) { in mergeAdjacentPartitionsIf()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | FixedLenDecoderEmitter.cpp | 857 for (const auto &Predicate : Predicates) { in emitPredicateFunction() local 1183 SmallString<256> Predicate; in emitPredicateTableEntry() local
|
| HD | DAGISelMatcher.h | 432 std::string Predicate; variable
|
| HD | CodeGenSchedule.cpp | 921 Record *Predicate; member
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64FastISel.cpp | 2125 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in emitCompareAndBranch() local 2264 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in selectBranch() local 2460 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in selectCmp() local 2643 CmpInst::Predicate Predicate = optimizeCmpPredicate(Cmp); in selectSelect() local
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetInstrInfo.h | 403 ComparePredicate Predicate; member
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | IfConversion.cpp | 125 SmallVector<MachineOperand, 4> Predicate; member
|
| HD | CodeGenPrepare.cpp | 1175 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx)); in ScalarizeMaskedLoad() local 1269 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx)); in ScalarizeMaskedStore() local
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | ConstantFold.cpp | 1677 CmpInst::Predicate Predicate = CmpInst::Predicate(pred); in ConstantFoldCompareInstruction() local
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 2190 CmpInst::Predicate Predicate = CI->getPredicate(); in optimizeCmpPredicate() local
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | PatternMatch.h | 701 PredicateTy &Predicate; member
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMFastISel.cpp | 1263 CmpInst::Predicate Predicate = CI->getPredicate(); in SelectBranch() local
|