Home
last modified time | relevance | path

Searched refs:Expanded (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp66 llvm::ArrayRef<syntax::Token> Expanded) { in rangeOfExpanded() argument
71 assert(Buffer.expandedTokens().begin() <= Expanded.begin()); in rangeOfExpanded()
72 assert(Expanded.end() < Buffer.expandedTokens().end()); in rangeOfExpanded()
74 if (Expanded.empty()) in rangeOfExpanded()
77 SM, SM.getExpansionLoc(Expanded.begin()->location()), /*Length=*/0); in rangeOfExpanded()
79 auto Spelled = Buffer.spelledForExpanded(Expanded); in rangeOfExpanded()
H A DTokens.cpp230 assert(Expanded); in spelledForExpandedToken()
231 assert(ExpandedTokens.data() <= Expanded && in spelledForExpandedToken()
232 Expanded < ExpandedTokens.data() + ExpandedTokens.size()); in spelledForExpandedToken()
240 unsigned ExpandedIndex = Expanded - ExpandedTokens.data(); in spelledForExpandedToken()
364 if (Expanded.empty()) in spelledForExpanded()
370 spelledForExpandedToken(&Expanded.front()); in spelledForExpanded()
375 spelledForExpandedToken(&Expanded.back()); in spelledForExpanded()
402 unsigned EndExpanded = Expanded.end() - ExpandedTokens.data(); in spelledForExpanded()
649 Expanded.push_back(syntax::Token(T)); in TokenCollector()
666 Result.ExpandedTokens = std::move(Expanded); in Builder()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp873 FormatStyle Expanded = Style; in expandPresets() local
894 Expanded.BraceWrapping.AfterClass = true; in expandPresets()
899 Expanded.BraceWrapping.AfterClass = true; in expandPresets()
900 Expanded.BraceWrapping.AfterEnum = true; in expandPresets()
903 Expanded.BraceWrapping.AfterUnion = true; in expandPresets()
912 Expanded.BraceWrapping.BeforeElse = true; in expandPresets()
918 Expanded.BraceWrapping.AfterEnum = true; in expandPresets()
934 Expanded.BraceWrapping.AfterEnum = true; in expandPresets()
946 Expanded.BraceWrapping = { in expandPresets()
973 return Expanded; in expandPresets()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h234 spelledForExpanded(llvm::ArrayRef<syntax::Token> Expanded) const;
277 llvm::ArrayRef<syntax::Token> Expanded; member
357 spelledForExpandedToken(const syntax::Token *Expanded) const;
453 std::vector<syntax::Token> Expanded; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp821 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) { in Expand() local
822 Results.push_back(Expanded); in Expand()
830 if (SDValue Expanded = TLI.expandIntMINMAX(Node, DAG)) { in Expand() local
831 Results.push_back(Expanded); in Expand()
851 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand() local
852 Results.push_back(Expanded); in Expand()
858 if (SDValue Expanded = TLI.expandFixedPointMul(Node, DAG)) { in Expand() local
859 Results.push_back(Expanded); in Expand()
1429 if (SDValue Expanded = TLI.expandFixedPointDiv(N->getOpcode(), SDLoc(N), in ExpandFixedPointDiv() local
1431 Results.push_back(Expanded); in ExpandFixedPointDiv()
H A DLegalizeVectorTypes.cpp5591 SDValue Expanded = TLI.expandVectorSplice(N, DAG); in SplitVecRes_VECTOR_SPLICE() local
5592 Lo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, LoVT, Expanded, in SplitVecRes_VECTOR_SPLICE()
5595 DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, HiVT, Expanded, in SplitVecRes_VECTOR_SPLICE()
H A DLegalizeDAG.cpp3137 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) in ExpandNode() local
3138 Results.push_back(Expanded); in ExpandNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp105 bool Expanded = false; in expand() local
109 Expanded |= expandInstr(MBB, I++); in expand()
112 return Expanded; in expand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td53 // CMOV* - Used to implement the SELECT DAG operation. Expanded after
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp297 size_t Expanded = 0; in getSubtreeBfs() local
299 while (Expanded < Ids.size()) in getSubtreeBfs()
300 for (NodeId Child : Tree.getNode(Ids[Expanded++]).Children) in getSubtreeBfs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3629 bool Expanded = false; in parseTextItem() local
3642 Expanded = true; in parseTextItem()
3656 Expanded = true; in parseTextItem()
3663 if (!Expanded) { in parseTextItem()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1471 // Expanded after instruction selection into a branch sequence.
1472 let usesCustomInserter = 1 in // Expanded after instruction selection.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td465 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
468 // Expanded after instruction selection.
/freebsd-13.1/contrib/libpcap/
H A Daclocal.m429 dnl See the "Prerequisite Macros" and "Expanded Before Required" sections
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td573 // Store on condition. Expanded from CondStore* pseudos.
605 // Store on condition. Expanded from CondStore* pseudos.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td356 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td115 // 64-bit vector move with dpp. Expanded post-RA.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td523 // CMOV* - Used to implement the SELECT DAG operation. Expanded after
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A DChangeLog1739 * added support for generating EAP Expanded Nak
/freebsd-13.1/contrib/flex/
H A DChangeLog1335 requirements for build tools will be noted in configure.ac. Expanded
8903 * NEWS: Expanded on extern "C++" news item
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1582 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt1899 iASL: Expanded the -vw option (ignore specific warnings/remarks) to
5121 Disassembler: Expanded maximum output string length to 64K. Was 256 bytes
6567 Expanded the OSL memory read/write interfaces to 64-bit data
8068 Expanded all statistic counters used during namespace and device
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td366 // Expanded FlagDef that's convenient for creation of TableGen records.