Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h400 LegalityPredicate Predicate; global() variable
407 Predicate(Predicate) Predicate() argument
473 actionIf(LegalizeAction Action,LegalityPredicate Predicate) actionIf() argument
479 actionIf(LegalizeAction Action,LegalityPredicate Predicate,LegalizeMutation Mutation) actionIf() argument
592 legalIf(LegalityPredicate Predicate) legalIf() argument
656 bitcastIf(LegalityPredicate Predicate,LegalizeMutation Mutation) bitcastIf() argument
674 lowerIf(LegalityPredicate Predicate) lowerIf() argument
682 lowerIf(LegalityPredicate Predicate,LegalizeMutation Mutation) lowerIf() argument
738 libcallIf(LegalityPredicate Predicate) libcallIf() argument
763 widenScalarIf(LegalityPredicate Predicate,LegalizeMutation Mutation) widenScalarIf() argument
772 narrowScalarIf(LegalityPredicate Predicate,LegalizeMutation Mutation) narrowScalarIf() argument
789 moreElementsIf(LegalityPredicate Predicate,LegalizeMutation Mutation) moreElementsIf() argument
798 fewerElementsIf(LegalityPredicate Predicate,LegalizeMutation Mutation) fewerElementsIf() argument
811 unsupportedIf(LegalityPredicate Predicate) unsupportedIf() argument
840 customIf(LegalityPredicate Predicate) customIf() argument
923 scalarizeIf(LegalityPredicate Predicate,unsigned TypeIdx) scalarizeIf() argument
940 minScalarOrEltIf(LegalityPredicate Predicate,unsigned TypeIdx,const LLT Ty) minScalarOrEltIf() argument
982 minScalarIf(LegalityPredicate Predicate,unsigned TypeIdx,const LLT Ty) minScalarIf() argument
1018 maxScalarIf(LegalityPredicate Predicate,unsigned TypeIdx,const LLT Ty) maxScalarIf() argument
1076 minScalarEltSameAsIf(LegalityPredicate Predicate,unsigned TypeIdx,unsigned LargeTypeIdx) minScalarEltSameAsIf() argument
1094 maxScalarEltSameAsIf(LegalityPredicate Predicate,unsigned TypeIdx,unsigned SmallTypeIdx) maxScalarEltSameAsIf() argument
[all...]
H A DGIMatchTableExecutorImpl.h348 if (!testImmPredicate_I64(Predicate, Value)) in executeMatchTable() local
369 if (!testImmPredicate_APInt(Predicate, Valu in executeMatchTable() local
323 uint16_t Predicate = readU16(); executeMatchTable() local
421 uint16_t Predicate = readU16(); executeMatchTable() local
435 uint16_t Predicate = readU16(); executeMatchTable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DMacroFusionPredicatorEmitter.cpp140 emitFirstPredicate(Record * Predicate,PredicateExpander & PE,raw_ostream & OS) emitFirstPredicate() argument
172 emitSecondPredicate(Record * Predicate,PredicateExpander & PE,raw_ostream & OS) emitSecondPredicate() argument
192 emitBothPredicate(Record * Predicate,PredicateExpander & PE,raw_ostream & OS) emitBothPredicate() argument
[all...]
H A DGlobalISelEmitter.cpp203 const TreePredicateFn &Predicate = Call.Fn; isTrivialOperatorNode() local
514 const TreePredicateFn &Predicate = Call.Fn; getEquivNode() local
549 getMemSizeBitsFromPredicate(const TreePredicateFn & Predicate) getMemSizeBitsFromPredicate() argument
562 addBuiltinPredicates(const Record * SrcGIEquivOrNull,const TreePredicateFn & Predicate,InstructionMatcher & InsnMatcher,bool & HasAddedMatcher) addBuiltinPredicates() argument
749 const TreePredicateFn &Predicate = Call.Fn; createAndImportSelDAGMatcher() local
982 const TreePredicateFn &Predicate = Call.Fn; importChildMatcher() local
2491 declareSubtargetFeature(Record * Predicate) declareSubtargetFeature() argument
[all...]
H A DGlobalISelMatchTable.cpp
H A DGlobalISelMatchTable.h
H A DDAGISelMatcherEmitter.cpp145 TinyPtrVector<TreePattern *> &TPs = Predicate.second; in MatcherTableEmitter() local
161 TreePattern *TP = Predicate.first; in MatcherTableEmitter() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h48 Predicate() : m_value() {} in Predicate() function
57 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h47 CmpInst::Predicate Predicate; member
H A DARMLegalizerInfo.cpp355 getFCmpLibcalls(CmpInst::Predicate Predicate,unsigned Size) const getFCmpLibcalls() argument
408 auto Predicate = legalizeCustom() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp207 Value *Predicate; in scalarizeMaskedLoad() local
337 Value *Predicate; in scalarizeMaskedStore() local
459 Value *Predicate; in scalarizeMaskedGather() local
586 Value *Predicate; scalarizeMaskedScatter() local
692 Value *Predicate; scalarizeMaskedExpandLoad() local
802 Value *Predicate; scalarizeMaskedCompressStore() local
[all...]
H A DLowerExpectIntrinsic.cpp288 CmpInst::Predicate Predicate; handleBrSelExpect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp87 UnaryPredicate Predicate) { in copy_if_else() argument
111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp94 auto AddVariantDecl = [&](const ElementCount &VF, bool Predicate) { in addMappingsFromTLI()
H A DFlattenCFG.cpp257 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h26 enum Predicate { enum
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp163 return llvm::any_of(Predicates, [&](MacroFusionPredTy Predicate) { in shouldScheduleAdjacent()
H A DEarlyIfConversion.cpp438 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf() argument
686 convertIf(SmallVectorImpl<MachineBasicBlock * > & RemovedBlocks,bool Predicate) convertIf() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h75 CmpInst::Predicate Predicate; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp176 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c629 ACPI_PARSE_OBJECT *Predicate; in TrDoSwitch() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp175 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode() argument
1447 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); X86SelectCmp() local
1650 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); X86SelectBranch() local
2042 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); X86FastEmitCMoveSelect() local
2163 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); X86FastEmitSSESelect() local
2351 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); X86SelectSelect() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h95 Hint Predicate; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp175 ICmpInst::Predicate Predicate; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h430 SectionFilterPredicate Predicate; global() variable

123