/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 28 void Matcher::printOne(raw_ostream &OS) const { in printOne() 53 bool Matcher::canMoveBefore(const Matcher *Other) const { in canMoveBefore() argument 66 bool Matcher::canMoveBeforeNode(const Matcher *Other) const { in canMoveBeforeNode() argument 108 unsigned CheckPredicateMatcher::getOperandNo(unsigned i) const { in getOperandNo() 159 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 241 unsigned indent) const { in printImpl() 256 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 271 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 276 printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() [all …]
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 51 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { in Profile() 62 void DIEAbbrev::Emit(const AsmPrinter *AP) const { in Emit() argument 103 void DIEAbbrev::print(raw_ostream &O) const { in print() 346 void DIEValue::print(raw_ostream &O) const { in print() 448 void DIEInteger::print(raw_ostream &O) const { in print() 561 void DIEDelta::print(raw_ostream &O) const { in print() 616 void DIEString::print(raw_ostream &O) const { in print() 703 void DIEEntry::print(raw_ostream &O) const { in print() 753 void DIELoc::print(raw_ostream &O) const { in print() 805 void DIEBlock::print(raw_ostream &O) const { in print() [all …]
|
H A D | AsmPrinterDwarf.cpp | 36 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128() argument 44 unsigned PadTo) const { in emitULEB128() 53 const MCSymbol *Lo) const { in emitLabelDifferenceAsULEB128() argument 125 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue() 155 bool ForceOffset) const { in emitDwarfSymbolReference() 177 void AsmPrinter::emitDwarfStringOffset(DwarfStringPoolEntry S) const { in emitDwarfStringOffset() 192 void AsmPrinter::emitDwarfLengthOrOffset(uint64_t Value) const { in emitDwarfLengthOrOffset() 198 const Twine &Comment) const { in emitDwarfUnitLength() argument 208 unsigned Encoding) const { in emitCallSiteOffset() 285 void AsmPrinter::emitDwarfDIE(const DIE &Die) const { in emitDwarfDIE() argument [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.cpp | 26 raw_ostream &OptionalStmtList::log(raw_ostream &OS) const { in log() 34 raw_ostream &LanguageResource::log(raw_ostream &OS) const { in log() 67 raw_ostream &IconResource::log(raw_ostream &OS) const { in log() 71 raw_ostream &HTMLResource::log(raw_ostream &OS) const { in log() 95 raw_ostream &MenuItem::log(raw_ostream &OS) const { in log() 105 raw_ostream &PopupItem::log(raw_ostream &OS) const { in log() 112 raw_ostream &MenuResource::log(raw_ostream &OS) const { in log() 152 raw_ostream &Control::log(raw_ostream &OS) const { in log() 273 raw_ostream &ClassStmt::log(raw_ostream &OS) const { in log() 277 raw_ostream &FontStmt::log(raw_ostream &OS) const { in log() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 120 std::string Node::toString(OutputFlags Flags) const { in toString() 161 StringView Separator) const { in output() 173 OutputFlags Flags) const { in output() 200 OutputFlags Flags) const { in output() 231 OutputFlags Flags) const { in output() 386 OutputFlags Flags) const { in outputPre() 418 OutputFlags Flags) const { in outputPost() 554 Node *N) const { in outputOneDimension() 562 OutputFlags Flags) const { in outputDimensionsImpl() 633 OutputFlags Flags) const { in output() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 220 BlockFrequencyInfo *BFI) const { in getEstimatedNumberOfCaseClusters() 269 unsigned AS) const { in canHaveNonUndefGlobalInitializerInAddressSpace() 304 InterleavedAccessInfo *IAI) const { in preferPredicateOverEpilogue() 320 bool &KnownBitsComputed) const { in simplifyDemandedUseBitsIntrinsic() 329 SimplifyAndSetOp) const { in simplifyDemandedVectorEltsIntrinsic() 504 Constant *C) const { in shouldBuildLookupTablesForConstant() 518 TTI::TargetCostKind CostKind) const { in getScalarizationOverhead() 542 bool LoopHasReductions) const { in enableAggressiveInterleaving() 587 const Instruction *I) const { in isExpensiveToSpeculativelyExecute() argument 903 Value *Op0, Value *Op1) const { in getVectorInstrCost() [all …]
|
H A D | ProfileSummaryInfo.cpp | 101 bool ProfileSummaryInfo::isFunctionEntryHot(const Function *F) const { in isFunctionEntryHot() argument 117 const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionHotInCallGraph() 146 const Function *F, BlockFrequencyInfo &BFI) const { in isFunctionColdInCallGraph() 224 bool ProfileSummaryInfo::isFunctionEntryCold(const Function *F) const { in isFunctionEntryCold() argument 269 ProfileSummaryInfo::computeThreshold(int PercentileCutoff) const { in computeThreshold() 292 bool ProfileSummaryInfo::isHotCount(uint64_t C) const { in isHotCount() 296 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() 311 uint64_t C) const { in isHotCountNthPercentile() 316 uint64_t C) const { in isColdCountNthPercentile() 329 BlockFrequencyInfo *BFI) const { in isHotBlock() [all …]
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckerDocumentation.cpp | 72 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt() 143 CheckerContext &) const {} in checkNewAllocator() 155 CheckerContext &) const {} in checkLocation() 180 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const {} in checkDeadSymbols() 187 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction() 207 ExprEngine &Eng) const {} in checkEndAnalysis() 214 BugReporter &BR) const {} in checkEndOfTranslationUnit() 278 const CallEvent *Call) const { in checkRegionChanges() argument 314 void checkEvent(ImplicitNullDerefEvent Event) const {} in checkEvent() 326 BugReporter &BR) const {} in checkASTDecl() [all …]
|
H A D | AnalysisOrderChecker.cpp | 44 StringRef CallbackName) const { in isCallbackEnabled() 61 void checkPreStmt(const CastExpr *CE, CheckerContext &C) const { in checkPreStmt() 67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() 74 CheckerContext &C) const { in checkPreStmt() 80 CheckerContext &C) const { in checkPostStmt() 85 void checkPreStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPreStmt() 90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() 125 bool evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall() 176 ExprEngine &Eng) const { in checkEndAnalysis() 182 CheckerContext &C) const { in checkNewAllocator() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 2043 int &Value) const { in getIncrementValue() 2257 const MachineInstr &MIb) const { in isDuplexPair() argument 2325 const MachineInstr &J) const { in isHVXMemWithAIndirect() argument 2377 unsigned offset) const { in isJumpWithinBranchRange() 2502 unsigned OperandNum) const { in isOperandExtended() 2684 const MachineInstr &MI2) const { in isToBeScheduledASAP() argument 3198 Register PredReg) const { in predCanBeUsedAsDotNew() 3329 MachineBasicBlock& MBB) const { in getBranchingInstrs() 3394 const MachineInstr &MI) const { in getCompoundCandidateGroup() argument 3482 const MachineInstr &GB) const { in getCompoundOpcode() argument [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 169 const MachineFunction *MF) const { in getCalleeSavedRegsViaCopy() argument 178 MachineFunction &MF) const { in UpdateCustomCalleeSavedRegs() 196 unsigned Idx) const { in getSubClassWithSubReg() 289 const MachineFunction &MF) const { in getCustomEHPadPreservedMask() argument 447 MCRegister Reg) const { in isReservedReg() 463 const MachineFunction &MF) const { in emitReservedArgRegCallError() argument 483 unsigned Kind) const { in getPointerRegClass() 602 const MachineFunction &MF) const { in requiresRegisterScavenging() argument 607 const MachineFunction &MF) const { in requiresVirtualBaseRegisters() argument 630 const MachineFunction &MF) const { in requiresFrameIndexScavenging() argument [all …]
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIFunctionClassifier.cpp | 203 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const { in isMPIType() argument 208 const IdentifierInfo *IdentInfo) const { in isNonBlockingType() argument 214 const IdentifierInfo *IdentInfo) const { in isPointToPointType() argument 220 const IdentifierInfo *IdentInfo) const { in isCollectiveType() argument 225 const IdentifierInfo *IdentInfo) const { in isCollToColl() argument 230 const IdentifierInfo *IdentInfo) const { in isScatterType() argument 236 const IdentifierInfo *IdentInfo) const { in isGatherType() argument 244 const IdentifierInfo *IdentInfo) const { in isAllgatherType() argument 250 const IdentifierInfo *IdentInfo) const { in isAlltoallType() argument 260 const IdentifierInfo *IdentInfo) const { in isReduceType() argument [all …]
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 33 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print() 89 SourceLocation::printToString(const SourceManager &SM) const { in printToString() argument 101 LLVM_DUMP_METHOD void SourceRange::dump(const SourceManager &SM) const { in dump() argument 148 SourceRange::printToString(const SourceManager &SM) const { in printToString() argument 215 unsigned FullSourceLoc::getLineNumber(bool *Invalid) const { in getLineNumber() 220 unsigned FullSourceLoc::getColumnNumber(bool *Invalid) const { in getColumnNumber() 230 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const { in getExpansionLineNumber() 240 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber() 245 unsigned FullSourceLoc::getSpellingColumnNumber(bool *Invalid) const { in getSpellingColumnNumber() 264 const char *FullSourceLoc::getCharacterData(bool *Invalid) const { in getCharacterData() [all …]
|
H A D | TargetInfo.cpp | 224 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix() 267 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth() 284 unsigned BitWidth, bool IsSigned) const { in getIntTypeByWidth() 349 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign() 521 const std::vector<std::string> &FeatureVec) const { in initFeatureMap() argument 580 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind() 591 LangAS TargetInfo::getOpenCLTypeAddrSpace(OpenCLTypeKind TK) const { in getOpenCLTypeAddrSpace() 618 bool TargetInfo::isValidClobber(StringRef Name) const { in isValidClobber() 626 bool TargetInfo::isValidGCCRegisterName(StringRef Name) const { in isValidGCCRegisterName() 788 unsigned &Index) const { in resolveSymbolicName() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 247 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() 294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents() 311 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText() 321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() 1386 operator==(const ImportDirectoryEntryRef &Other) const { in operator ==() argument 1489 uint32_t &Result) const { in getImportAddressTableRVA() 1550 operator==(const ExportDirectoryEntryRef &Other) const { in operator ==() argument 1650 operator==(const ImportedSymbolRef &Other) const { in operator ==() argument 1679 Error ImportedSymbolRef::isOrdinal(bool &Result) const { in isOrdinal() 1744 Error BaseRelocRef::getType(uint8_t &Type) const { in getType() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 50 void MipsDAGToDAGISel::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 78 SDValue &Offset) const { in selectAddrRegImm() 84 SDValue &Offset) const { in selectAddrDefault() 90 SDValue &Offset) const { in selectIntAddr() 96 SDValue &Offset) const { in selectIntAddr11MM() 102 SDValue &Offset) const { in selectIntAddr12MM() 108 SDValue &Offset) const { in selectIntAddr16MM() 114 SDValue &Offset) const { in selectIntAddrLSL2MM() 120 SDValue &Offset) const { in selectIntAddrSImm10() 126 SDValue &Offset) const { in selectIntAddrSImm10Lsl1() [all …]
|
H A D | MipsInstrInfo.cpp | 51 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { in isZeroImm() argument 66 DebugLoc DL) const { in insertNop() 80 MachineMemOperand::Flags Flags) const { in GetMemOperand() 112 bool AllowModify) const { in analyzeBranch() 139 int *BytesAdded) const { in insertBranch() 169 int *BytesRemoved) const { in removeBranch() 197 SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition() 207 SmallVectorImpl<MachineInstr *> &BranchInstrs) const { in analyzeBranch() 293 int64_t BrOffset) const { in isBranchOffsetInRange() 453 const MachineBasicBlock::iterator I) const { in getEquivalentCompactForm() argument [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 716 DecodeStatus AMDGPUDisassembler::convertEXPInst(MCInst &MI) const { in convertEXPInst() 797 bool AMDGPUDisassembler::isMacDPP(MCInst &MI) const { in isMacDPP() 817 void AMDGPUDisassembler::convertMacDPPInst(MCInst &MI) const { in convertMacDPPInst() 1316 unsigned Val) const { in decodeOperand_SReg_32_XM0_XEXEC() 1322 unsigned Val) const { in decodeOperand_SReg_32_XEXEC_HI() 1605 int AMDGPUDisassembler::getTTmpIdx(unsigned Val) const { in getTTmpIdx() 1842 MCOperand AMDGPUDisassembler::decodeBoolReg(unsigned Val) const { in decodeBoolReg() 1889 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1() 1986 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2() 2043 raw_string_ostream &KdStream) const { in decodeKernelDescriptorDirective() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 36 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() argument 86 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov() 101 bool R600InstrInfo::isCubeOp(unsigned Opcode) const { in isCubeOp() 112 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr() 126 bool R600InstrInfo::isLDSInstr(unsigned Opcode) const { in isLDSInstr() 174 bool R600InstrInfo::isExport(unsigned Opcode) const { in isExport() 257 R600InstrInfo::getSrcs(MachineInstr &MI) const { in getSrcs() 409 R600InstrInfo::BankSwizzle TransSwz) const { in isLegalUpTo() 478 R600InstrInfo::BankSwizzle TransSwz) const { in FindSwizzleForVectorSlot() 895 const { in isProfitableToDupForIfCvt() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 18 Error *E) const { in prepareRead() 40 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU() 60 Error *Err) const { in getUs() 84 uint32_t count) const { in getU8() 97 uint32_t count) const { in getU16() 101 uint32_t DataExtractor::getU24(uint64_t *OffsetPtr, Error *Err) const { in getU24() 112 uint32_t count) const { in getU32() 121 uint32_t count) const { in getU64() 126 llvm::Error *Err) const { in getUnsigned() 181 Error *Err) const { in getBytes() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Option/ |
H A D | ArgList.cpp | 57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() 79 bool Default) const { in hasFlag() 98 OptSpecifier Neg) const { in addOptInFlag() 129 ArrayRef<OptSpecifier> Ids) const { in AddAllArgs() 155 bool Joined) const { in AddAllArgsTranslated() 169 void ArgList::ClaimAllArgs(OptSpecifier Id0) const { in ClaimAllArgs() 191 void ArgList::print(raw_ostream &O) const { in print() 214 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex() 225 StringRef String1) const { in MakeIndex() 265 StringRef Value) const { in MakeSeparateArg() [all …]
|
/openbsd/gnu/llvm/clang/lib/Basic/Targets/ |
H A D | AArch64.cpp | 205 StringRef &Err) const { in validateBranchProtection() 225 bool AArch64TargetInfo::isValidCPUName(StringRef Name) const { in isValidCPUName() 235 SmallVectorImpl<StringRef> &Values) const { in fillValidCPUList() 334 MacroBuilder &Builder) const { in getTargetDefines() 585 AArch64TargetInfo::getVScaleRange(const LangOptions &LangOpts) const { in getVScaleRange() argument 629 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() 953 const std::vector<std::string> &FeaturesVec) const { in initFeatureMap() argument 1093 AArch64TargetInfo::checkCallingConvention(CallingConv CC) const { in checkCallingConvention() 1200 const char *&Name, TargetInfo::ConstraintInfo &Info) const { in validateAsmConstraint() 1252 std::string &SuggestedModifier) const { in validateConstraintModifier() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCCodeEmitter.cpp | 153 const MCSubtargetInfo &STI) const in encodeInstruction() argument 236 const MCSubtargetInfo &STI) const { in getBranchTargetOpValue() argument 455 const MCSubtargetInfo &STI) const { in getBranchTarget26OpValueMM() argument 499 const MCSubtargetInfo &STI) const { in getJumpTargetOpValue() argument 533 const MCSubtargetInfo &STI) const { in getUImm5Lsl2Encoding() argument 551 const MCSubtargetInfo &STI) const { in getSImm3Lsa2Value() argument 564 const MCSubtargetInfo &STI) const { in getUImm6Lsl2Encoding() argument 577 const MCSubtargetInfo &STI) const { in getSImm9AddiuspValue() argument 589 const MCSubtargetInfo &STI) const { in getExprOpValue() argument 734 const MCSubtargetInfo &STI) const { in getMachineOpValue() argument [all …]
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | StructuredData.cpp | 137 void StructuredData::Object::DumpToStdout(bool pretty_print) const { in DumpToStdout() 142 void StructuredData::Array::Serialize(json::OStream &s) const { in Serialize() 150 void StructuredData::Integer::Serialize(json::OStream &s) const { in Serialize() 154 void StructuredData::Float::Serialize(json::OStream &s) const { in Serialize() 158 void StructuredData::Boolean::Serialize(json::OStream &s) const { in Serialize() 162 void StructuredData::String::Serialize(json::OStream &s) const { in Serialize() 166 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize() 176 void StructuredData::Null::Serialize(json::OStream &s) const { in Serialize() 180 void StructuredData::Generic::Serialize(json::OStream &s) const { in Serialize() 188 void StructuredData::Float::GetDescription(lldb_private::Stream &s) const { in GetDescription() [all …]
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | ToolChain.cpp | 93 ToolChain::executeToolChainProgram(StringRef Executable) const { in executeToolChainProgram() 402 Tool *ToolChain::getTool(Action::ActionClass AC) const { in getTool() 545 FileType Type) const { in getCompilerRT() 629 Tool *ToolChain::SelectTool(const JobAction &JA) const { in SelectTool() argument 638 std::string ToolChain::GetFilePath(const char *Name) const { in GetFilePath() argument 844 Action::OffloadKind DeviceOffloadKind) const {} in addClangTargetOptions() 860 const ArgList &Args) const { in GetRuntimeLibType() argument 886 const ArgList &Args) const { in GetUnwindLibType() argument 1033 llvm::opt::ArgStringList &CC1Args) const { in AddClangCXXStdlibIsystemArgs() 1154 ToolChain::getDeviceLibs(const ArgList &DriverArgs) const { in getDeviceLibs() argument [all …]
|