Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp102 ASTImporter Reverse; member in __anonb979a45e0111::LazyASTImporter
121 Reverse(S.getASTContext(), S.getFileManager(), ToContext, ToFileManager, in LazyASTImporter()
241 ASTImporter &GetReverse() { return Reverse; } in GetReverse()
288 ASTImporter &Reverse = in ForEachMatchingDC() local
290 if (auto SourceDC = LookupSameContext(SourceTU, DC, Reverse)) { in ForEachMatchingDC()
292 if (Callback(*Importer, Reverse, SourceDC)) in ForEachMatchingDC()
307 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType()
325 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument
346 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument
369 ASTImporter &Reverse = Importer.GetReverse(); in MaybeRecordOrigin() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h472 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup() argument
473 : Factor(Factor), Reverse(Reverse), Alignment(Alignment), in InterleaveGroup()
481 Reverse = Stride < 0; in InterleaveGroup()
485 bool isReverse() const { return Reverse; } in isReverse()
584 bool Reverse; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp140 bool Reverse = Op == "descend"; in buildRec() local
141 int i = Reverse ? DI->getNumArgs() - 1 : 0; in buildRec()
142 int e = Reverse ? -1 : DI->getNumArgs(); in buildRec()
143 int s = Reverse ? -1 : 1; in buildRec()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp124 const bool Reverse; member
126 RotOp(bool Rev) : Reverse(Rev) {} in RotOp()
130 if (Reverse) in apply2()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp659 bool Reverse = false; in AttemptToFoldSymbolOffsetDifference() local
661 Reverse = SA.getOffset() < SB.getOffset(); in AttemptToFoldSymbolOffsetDifference()
663 Reverse = FA->getLayoutOrder() < FB->getLayoutOrder(); in AttemptToFoldSymbolOffsetDifference()
667 if (Reverse) { in AttemptToFoldSymbolOffsetDifference()
691 Addend += Reverse ? -Displacement : Displacement; in AttemptToFoldSymbolOffsetDifference()
H A DMCWin64EH.cpp677 bool Reverse) { in simplifyARM64Opcodes()
729 if (Reverse) {
669 simplifyARM64Opcodes(std::vector<WinEH::Instruction> & Instructions,bool Reverse) simplifyARM64Opcodes() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2453 bool Reverse; variable
2468 bool Consecutive, bool Reverse, DebugLoc DL) in VPWidenMemoryRecipe() argument
2470 Reverse(Reverse) { in VPWidenMemoryRecipe()
2471 assert((Consecutive || !Reverse) && "Reverse implies consecutive"); in VPWidenMemoryRecipe()
2496 bool isReverse() const { return Reverse; } in isReverse()
2523 bool Consecutive, bool Reverse, DebugLoc DL) in VPWidenLoadRecipe()
2525 Reverse, DL),
2532 getMask(), Consecutive, Reverse, in clone()
2597 VPValue *Mask, bool Consecutive, bool Reverse, DebugLoc DL) in VPWidenStoreRecipe()
2599 Consecutive, Reverse, DL) {
[all …]
H A DLoopVectorize.cpp5643 bool Reverse = ConsecutiveStride < 0; in getConsecutiveMemOpCost() local
5644 if (Reverse) in getConsecutiveMemOpCost()
7899 bool Reverse = Decision == LoopVectorizationCostModel::CM_Widen_Reverse; in tryToWidenMemory() local
7901 Reverse || Decision == LoopVectorizationCostModel::CM_Widen; in tryToWidenMemory()
7908 Ptr, getLoadStoreType(I), Reverse, GEP ? GEP->isInBounds() : false, in tryToWidenMemory()
7914 return new VPWidenLoadRecipe(*Load, Ptr, Mask, Consecutive, Reverse, in tryToWidenMemory()
7919 Reverse, I->getDebugLoc()); in tryToWidenMemory()
9233 if (Reverse) in execute()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h547 Reverse = 0x08, enumerator
548 All = Reductions | Recurrences | Simple | Reverse
552 /* LargestValue */ (long)TailFoldingOpts::Reverse);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp610 std::vector<int> Reverse(Ordering.size()); in EmitLeafTable() local
612 Reverse[Ordering[I]] = I; in EmitLeafTable()
613 for (int Idx : Reverse) in EmitLeafTable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp720 bool Reverse = false; in foldLoadsRecursive() local
727 Reverse = true; in foldLoadsRecursive()
744 if (!Reverse) in foldLoadsRecursive()
/freebsd/sys/teken/
H A Dsequences92 RI Reverse index ^[ M
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dti-abb-regulator.txt34 3-Reverse Body Bias(RBB)
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h87 Reverse, enumerator
H A DLinkerScript.cpp461 case SortSectionPolicy::Reverse: in sortSections()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod145 Reverse the fields of the DN as required by RFC 2253.
H A Dopenssl-rsautl.pod.in61 Reverse the order of the input.
H A Dopenssl-pkeyutl.pod.in130 Reverse the order of the input buffer. This is useful for some libraries
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h429 CallingContext *Ctx, bool Reverse = false);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp526 CallingContext *Ctx, bool Reverse) { in translateBinOp() argument
529 if (Reverse) in translateBinOp()
/freebsd/sys/contrib/dev/nvidia/
H A DLICENCE.nvidia52 No Reverse Engineering. Customer may not reverse engineer,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp44 // - Reverse delta.
97 // Reverse delta network is same as delta network, with the steps in
334 Reverse enumerator
404 getControls(V, 0, Reverse); in run()
420 getControls(R, Log, Reverse); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5348 bool Reverse = false; in Select() local
5357 Reverse = true; in Select()
5366 Reverse = true; in Select()
5375 Reverse = true; in Select()
5382 Reverse = true; in Select()
5399 CurDAG->SelectNodeTo(N, Reverse ? PPC::SETBCR : PPC::SETBC, MVT::i32, in Select()
5408 if (!Reverse) in Select()
H A DREADME_P9.txt474 - Vector Byte-Reverse H/W/D/Q Word: xxbrh xxbrw xxbrd xxbrq
/freebsd/usr.sbin/bsdconfig/share/
H A Dsysrc.subr373 # Reverse the order of files in rc_conf_files (the boot process sources

123