/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 102 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 D | VectorUtils.h | 472 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 D | VarLenCodeEmitterGen.cpp | 140 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 D | SetTheory.cpp | 124 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 D | MCExpr.cpp | 659 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 D | MCWin64EH.cpp | 677 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 D | VPlan.h | 2453 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 D | LoopVectorize.cpp | 5643 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 D | AArch64BaseInfo.h | 547 Reverse = 0x08, enumerator 548 All = Reductions | Recurrences | Simple | Reverse 552 /* LargestValue */ (long)TailFoldingOpts::Reverse);
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp | 610 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 D | AggressiveInstCombine.cpp | 720 bool Reverse = false; in foldLoadsRecursive() local 727 Reverse = true; in foldLoadsRecursive() 744 if (!Reverse) in foldLoadsRecursive()
|
/freebsd/sys/teken/ |
H A D | sequences | 92 RI Reverse index ^[ M
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | ti-abb-regulator.txt | 34 3-Reverse Body Bias(RBB)
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 87 Reverse, enumerator
|
H A D | LinkerScript.cpp | 461 case SortSectionPolicy::Reverse: in sortSections()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-namedisplay-options.pod | 145 Reverse the fields of the DN as required by RFC 2253.
|
H A D | openssl-rsautl.pod.in | 61 Reverse the order of the input.
|
H A D | openssl-pkeyutl.pod.in | 130 Reverse the order of the input buffer. This is useful for some libraries
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 429 CallingContext *Ctx, bool Reverse = false);
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 526 CallingContext *Ctx, bool Reverse) { in translateBinOp() argument 529 if (Reverse) in translateBinOp()
|
/freebsd/sys/contrib/dev/nvidia/ |
H A D | LICENCE.nvidia | 52 No Reverse Engineering. Customer may not reverse engineer,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 44 // - 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 D | PPCISelDAGToDAG.cpp | 5348 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 D | README_P9.txt | 474 - Vector Byte-Reverse H/W/D/Q Word: xxbrh xxbrw xxbrd xxbrq
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | sysrc.subr | 373 # Reverse the order of files in rc_conf_files (the boot process sources
|