| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Pointer.h | 66 return Pointer(Pointee, Base, Base + Off); in atIndex() 94 if (Offset != Base) in narrow() 100 if (Offset != Base) in narrow() 120 return Pointer(Pointee, Base, Base + getSize() + Adjust); in expand() 124 if (Base != Offset) in expand() 128 if (Base == 0) in expand() 144 bool isField() const { return Base != 0 && Base != RootPtrMark; } in isField() 167 return Pointer(Pointee, Base, Base); in getArray() 172 if (Base == 0 || Base == RootPtrMark) in getFieldDesc() 217 return (Base == 0 || Base == RootPtrMark) && Offset == 0; in isRoot() [all …]
|
| H A D | Pointer.cpp | 22 : Pointee(P.Pointee), Base(P.Base), Offset(P.Offset) { in Pointer() 28 : Pointee(Pointee), Base(Base), Offset(Offset) { in Pointer() 29 assert((Base == RootPtrMark || Base % alignof(void *) == 0) && "wrong base"); in Pointer() 48 Base = P.Base; in operator =() 65 Base = P.Base; in operator =() 76 APValue::LValueBase Base; in toAPValue() local 83 Base = static_cast<const Expr *>(nullptr); in toAPValue() 91 Base = VD; in toAPValue() 93 Base = E; in toAPValue() 150 return Base == 0 || getInlineDesc()->IsInitialized; in isInitialized() [all …]
|
| H A D | Record.h | 33 struct Base { struct 43 using BaseList = llvm::SmallVector<Base, 8>; argument 45 using VirtualBaseList = llvm::SmallVector<Base, 2>; 59 const Base *getBase(const RecordDecl *FD) const; 61 const Base *getVirtualBase(const RecordDecl *RD) const; 77 Base *getBase(unsigned I) { return &Bases[I]; } in getBase() 85 Base *getVirtualBase(unsigned I) { return &VirtualBases[I]; } in getVirtualBase() 106 llvm::DenseMap<const RecordDecl *, Base *> BaseMap; 110 llvm::DenseMap<const RecordDecl *, Base *> VirtualBaseMap;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Environment.h | 42 using Base::iterator; 45 using Base::begin; 46 using Base::clear; 47 using Base::count; 48 using Base::empty; 49 using Base::end; 50 using Base::erase; 51 using Base::find; 52 using Base::insert; 54 using Base::lookup; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineDominanceFrontier.h | 41 return Base.getRoots(); in getRoots() 45 return Base.getRoot(); in getRoot() 49 return Base.isPostDominator(); in isPostDominator() 53 return Base.begin(); in begin() 57 return Base.begin(); in begin() 61 return Base.end(); in end() 65 return Base.end(); in end() 69 return Base.find(B); in find() 73 return Base.find(B); in find() 81 return Base.removeBlock(BB); in removeBlock() [all …]
|
| H A D | SelectionDAGAddressAnalysis.h | 34 SDValue Base; 41 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) in BaseIndexOffset() argument 42 : Base(Base), Index(Index), Offset(), IsIndexSignExt(IsIndexSignExt) {} in BaseIndexOffset() 43 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset, in BaseIndexOffset() argument 45 : Base(Base), Index(Index), Offset(Offset), in BaseIndexOffset() 48 SDValue getBase() { return Base; } in getBase() 49 SDValue getBase() const { return Base; } in getBase()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTTBuilder.cpp | 46 assert(!SecondaryVirtualPointerIndices.count(Base) && in AddVTablePointer() 60 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTTs() 71 CharUnits BaseOffset = Base.getBaseOffset() + in LayoutSecondaryVTTs() 85 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVirtualPointers() 119 BaseOffset = Base.getBaseOffset() + in LayoutSecondaryVirtualPointers() 180 const CXXRecordDecl *RD = Base.getBase(); in LayoutVTT() 192 SubVTTIndicies[Base] = VTTComponents.size(); in LayoutVTT() 199 AddVTablePointer(Base, VTableIndex, RD); in LayoutVTT() 202 LayoutSecondaryVTTs(Base); in LayoutVTT() 205 LayoutSecondaryVirtualPointers(Base, VTableIndex); in LayoutVTT() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 27 if (!Base.getNode() || !Other.Base.getNode()) in equalBaseIndex() 36 if (Other.Base == Base) in equalBaseIndex() 67 if (auto *A = dyn_cast<FrameIndexSDNode>(Base)) in equalBaseIndex() 203 switch (Base->getOpcode()) { in matchLSNode() 209 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode() 216 Base = DAG.getTargetLoweringInfo().unwrapAddress(Base->getOperand(0)); in matchLSNode() 242 if (Base->getOpcode() == ISD::ADD) { in matchLSNode() 255 Index = Base->getOperand(1); in matchLSNode() 256 SDValue PotentialBase = Base->getOperand(0); in matchLSNode() 276 Base = PotentialBase; in matchLSNode() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelDAGToDAG.cpp | 78 Base = Addr.getOperand(0); in SelectAddrModeImm() 85 bool ARCDAGToDAGISel::SelectAddrModeS9(SDValue Addr, SDValue &Base, in SelectAddrModeS9() argument 96 Base = CurDAG->getTargetFrameIndex( in SelectAddrModeS9() 99 Base = Addr; in SelectAddrModeS9() 113 Base = Addr.getOperand(0); in SelectAddrModeS9() 114 if (Base.getOpcode() == ISD::FrameIndex) { in SelectAddrModeS9() 115 int FI = cast<FrameIndexSDNode>(Base)->getIndex(); in SelectAddrModeS9() 116 Base = CurDAG->getTargetFrameIndex( in SelectAddrModeS9() 122 Base = Addr; in SelectAddrModeS9() 129 if (SelectAddrModeS9(Addr, Base, Offset)) in SelectAddrModeFar() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 154 bool matchADDRrr(SDValue N, SDValue &Base, SDValue &Index); 170 if (matchADDRrr(LHS, Base, Index)) { in selectADDRrri() 187 Base = LHS; in selectADDRrri() 190 if (matchADDRri(LHS, Base, Offset)) { in selectADDRrri() 194 Base = LHS; in selectADDRrri() 204 if (matchADDRri(Addr, Base, Offset)) { in selectADDRrii() 209 Base = Addr; in selectADDRrii() 244 if (matchADDRri(Addr, Base, Offset)) in selectADDRri() 247 Base = Addr; in selectADDRri() 295 Base = Addr.getOperand(0); in matchADDRrr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.h | 50 bool selectAddrRegImm(SDValue Addr, SDValue &Base, 53 bool selectAddrDefault(SDValue Addr, SDValue &Base, 56 bool selectIntAddr(SDValue Addr, SDValue &Base, 59 bool selectAddrRegImm9(SDValue Addr, SDValue &Base, 62 bool selectAddrRegImm11(SDValue Addr, SDValue &Base, 65 bool selectAddrRegImm12(SDValue Addr, SDValue &Base, 68 bool selectAddrRegImm16(SDValue Addr, SDValue &Base, 71 bool selectIntAddr11MM(SDValue Addr, SDValue &Base, 74 bool selectIntAddr12MM(SDValue Addr, SDValue &Base, 77 bool selectIntAddr16MM(SDValue Addr, SDValue &Base, [all …]
|
| H A D | MipsISelDAGToDAG.h | 58 virtual bool selectAddrRegImm(SDValue Addr, SDValue &Base, 62 virtual bool selectAddrDefault(SDValue Addr, SDValue &Base, 66 virtual bool selectIntAddr(SDValue Addr, SDValue &Base, 69 virtual bool selectIntAddr11MM(SDValue Addr, SDValue &Base, 72 virtual bool selectIntAddr12MM(SDValue Addr, SDValue &Base, 75 virtual bool selectIntAddr16MM(SDValue Addr, SDValue &Base, 78 virtual bool selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, 82 virtual bool selectIntAddrSImm10(SDValue Addr, SDValue &Base, 85 virtual bool selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, 88 virtual bool selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, [all …]
|
| H A D | MipsSEISelDAGToDAG.cpp | 294 Base = Addr.getOperand(0); in selectAddrFrameIndexOffset() 320 Base = Addr.getOperand(0); in selectAddrRegImm() 350 Base = Addr.getOperand(0); in selectAddrRegImm() 364 Base = Addr; in selectAddrDefault() 442 if (isa<FrameIndexSDNode>(Base)) in selectIntAddrLSL2MM() 1353 SDValue Base, Offset; in SelectInlineAsmMemoryOperand() local 1362 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand() 1376 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand() 1389 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand() 1396 OutOps.push_back(Base); in SelectInlineAsmMemoryOperand() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | lpc1850-cgu.txt | 46 1 BASE_USB0_CLK Base clock for USB0 49 3 BASE_USB1_CLK Base clock for USB1 52 5 BASE_SPIFI_CLK Base clock for SPIFI 53 6 BASE_SPI_CLK Base clock for SPI 58 11 BASE_LCD_CLK Base clock for LCD 59 12 BASE_ADCHS_CLK Base clock for ADCHS 60 13 BASE_SDIO_CLK Base clock for SD/MMC 61 14 BASE_SSP0_CLK Base clock for SSP0 62 15 BASE_SSP1_CLK Base clock for SSP1 63 16 BASE_UART0_CLK Base clock for UART0 [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | GuessTargetAndModeCompilationDatabase.cpp | 19 TargetAndModeAdderDatabase(std::unique_ptr<CompilationDatabase> Base) in TargetAndModeAdderDatabase() argument 20 : Base(std::move(Base)) { in TargetAndModeAdderDatabase() 21 assert(this->Base != nullptr); in TargetAndModeAdderDatabase() 25 return Base->getAllFiles(); in getAllFiles() 29 return addTargetAndMode(Base->getAllCompileCommands()); in getAllCompileCommands() 34 return addTargetAndMode(Base->getCompileCommands(FilePath)); in getCompileCommands() 47 std::unique_ptr<CompilationDatabase> Base; member in clang::tooling::__anon32acc0730111::TargetAndModeAdderDatabase 52 inferTargetAndDriverMode(std::unique_ptr<CompilationDatabase> Base) { in inferTargetAndDriverMode() argument 53 return std::make_unique<TargetAndModeAdderDatabase>(std::move(Base)); in inferTargetAndDriverMode()
|
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 27 std::unique_ptr<CompilationDatabase> Base, in ExpandResponseFilesDatabase() argument 30 : Base(std::move(Base)), Tokenizer(Tokenizer), FS(std::move(FS)) { in ExpandResponseFilesDatabase() 31 assert(this->Base != nullptr); in ExpandResponseFilesDatabase() 37 return Base->getAllFiles(); in getAllFiles() 42 return expand(Base->getCompileCommands(FilePath)); in getCompileCommands() 46 return expand(Base->getAllCompileCommands()); in getAllCompileCommands() 74 std::unique_ptr<CompilationDatabase> Base; member in clang::tooling::__anon647664af0111::ExpandResponseFilesDatabase 82 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() argument 88 std::move(Base), Tokenizer, std::move(FS)); in expandResponseFiles()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BaseSubobject.h | 32 const CXXRecordDecl *Base; variable 39 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) in BaseSubobject() argument 40 : Base(Base), BaseOffset(BaseOffset) {} in BaseSubobject() 43 const CXXRecordDecl *getBase() const { return Base; } in getBase() 49 return LHS.Base == RHS.Base && LHS.BaseOffset == RHS.BaseOffset; 70 static unsigned getHashValue(const clang::BaseSubobject &Base) { 73 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(), 74 Base.getBaseOffset()));
|
| H A D | TypeLocNodes.def | 14 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is 17 // UNQUAL_TYPELOC(Class, Base, Type) - An UnqualTypeLoc subclass. 24 # define UNQUAL_TYPELOC(Class, Base) TYPELOC(Class, Base) 28 # define ABSTRACT_TYPELOC(Class, Base) UNQUAL_TYPELOC(Class, Base) 32 #define TYPE(Class, Base) UNQUAL_TYPELOC(Class, Base##Loc) 33 #define ABSTRACT_TYPE(Class, Base) ABSTRACT_TYPELOC(Class, Base##Loc)
|
| H A D | VTTBuilder.h | 38 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable() argument 39 : BaseAndIsVirtual(Base, BaseIsVirtual), BaseOffset(BaseOffset) {} in VTTVTable() 40 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable() argument 41 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual), in VTTVTable() 42 BaseOffset(Base.getBaseOffset()) {} in VTTVTable() 105 void AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, 109 void LayoutSecondaryVTTs(BaseSubobject Base); 116 void LayoutSecondaryVirtualPointers(BaseSubobject Base, 124 void LayoutSecondaryVirtualPointers(BaseSubobject Base, 134 void LayoutVTT(BaseSubobject Base, bool BaseIsVirtual);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 237 uint64_t Base = Imm >> 16; in decodeMemRIOperands() local 240 assert(Base < 32 && "Invalid base register"); in decodeMemRIOperands() 272 uint64_t Base = Imm >> 14; in decodeMemRIXOperands() local 275 assert(Base < 32 && "Invalid base register"); in decodeMemRIXOperands() 295 const uint64_t Base = Imm >> 6; in decodeMemRIHashOperands() local 310 uint64_t Base = Imm >> 12; in decodeMemRIX16Operands() local 325 uint64_t Base = Imm >> 34; in decodeMemRI34PCRelOperands() local 339 uint64_t Base = Imm >> 34; in decodeMemRI34Operands() local 354 uint64_t Base = Imm >> 5; in decodeSPE8Operands() local 369 uint64_t Base = Imm >> 5; in decodeSPE4Operands() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCCodeEmitter.cpp | 188 assert(isUInt<4>(Base) && isUInt<12>(Disp)); in getBDAddr12Encoding() 189 return (Base << 12) | Disp; in getBDAddr12Encoding() 198 assert(isUInt<4>(Base) && isInt<20>(Disp)); in getBDAddr20Encoding() 210 return (Index << 16) | (Base << 12) | Disp; in getBDXAddr12Encoding() 221 return (Index << 24) | (Base << 20) | ((Disp & 0xfff) << 8) in getBDXAddr20Encoding() 232 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<4>(Len)); in getBDLAddr12Len4Encoding() 233 return (Len << 16) | (Base << 12) | Disp; in getBDLAddr12Len4Encoding() 243 assert(isUInt<4>(Base) && isUInt<12>(Disp) && isUInt<8>(Len)); in getBDLAddr12Len8Encoding() 244 return (Len << 16) | (Base << 12) | Disp; in getBDLAddr12Len8Encoding() 255 return (Len << 16) | (Base << 12) | Disp; in getBDRAddr12Encoding() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 59 SDValue Base; member 78 if (Base.getNode()) in dump() 411 AM.Base = Value; in changeComponent() 434 AM.Base = Base; in expandIndex() 523 if (!Base) in shouldUseLA() 577 AM.Base = Addr; in selectAddress() 633 Base = AM.Base; in getAddressOperands() 645 SDLoc DL(Base); in getAddressOperands() 648 Base = Trunc; in getAddressOperands() 1716 SDLoc DL(Base); in SelectInlineAsmMemoryOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 340 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 345 assert(Base && Base->CurrentEntry && 351 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 363 if (Base && (Base == Other.Base)) { 364 assert((Base->CurrentEntry == Other.Base->CurrentEntry) 368 return Base == Other.Base; 372 return !(Base == Other.Base); 377 Base->increment(); 379 if (!Base->CurrentEntry) 380 Base = nullptr; [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 96 template <typename Base, typename First, typename... Rest> 97 struct HasBaseOf : std::conditional<HasBaseOf<Base, First>::value || 98 HasBaseOf<Base, Rest...>::value, 101 template <typename Base, typename T> 102 struct HasBaseOf<Base, T> : std::is_base_of<Base, T> {}; 106 template <typename Base, typename First, typename... Rest> 107 struct AreBaseOf : std::conditional<AreBaseOf<Base, First>::value && 108 AreBaseOf<Base, Rest...>::value, 111 template <typename Base, typename T> 112 struct AreBaseOf<Base, T> : std::is_base_of<Base, T> {};
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | FileEntry.h | 29 uint32_t Base = 0; member 33 FileEntry(uint32_t D, uint32_t B) : Dir(D), Base(B) {} in FileEntry() 38 return Base == RHS.Base && Dir == RHS.Dir; 41 return Base != RHS.Base || Dir != RHS.Dir; 58 DenseMapInfo<uint32_t>::getHashValue(Val.Base));
|