Home
last modified time | relevance | path

Searched defs:const (Results 11951 - 11975 of 20481) sorted by relevance

1...<<471472473474475476477478479480>>...820

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp160 uint8_t BinaryStreamReader::peek() const { in peek() argument
169 BinaryStreamReader::split(uint32_t Off) const { in split() argument
H A DDataExtractor.cpp72 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8() argument
77 DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() argument
82 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8() argument
87 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16() argument
97 uint32_t DataExtractor::getU24(uint64_t *offset_ptr) const { in getU24() argument
91 getU16(uint64_t *offset_ptr, uint16_t *dst, uint32_t count) const getU16() argument
104 getU32(uint64_t *offset_ptr, llvm::Error *Err) const getU32() argument
108 getU32(uint64_t *offset_ptr, uint32_t *dst, uint32_t count) const getU32() argument
114 getU64(uint64_t *offset_ptr, llvm::Error *Err) const getU64() argument
118 getU64(uint64_t *offset_ptr, uint64_t *dst, uint32_t count) const getU64() argument
124 getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, llvm::Error *Err) const getUnsigned() argument
140 getSigned(uint64_t *offset_ptr, uint32_t byte_size) const getSigned() argument
154 getCStr(uint64_t *offset_ptr) const getCStr() argument
164 getCStrRef(uint64_t *offset_ptr) const getCStrRef() argument
174 getULEB128(uint64_t *offset_ptr, llvm::Error *Err) const getULEB128() argument
195 getSLEB128(uint64_t *offset_ptr) const getSLEB128() argument
209 skip(Cursor &C, uint64_t Length) const skip() argument
[all...]
H A DError.cpp72 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() argument
82 std::error_code FileError::convertToErrorCode() const { in convertToErrorCode() argument
104 void Error::fatalUncheckedError() const { in fatalUncheckedError() argument
122 log(raw_ostream &OS) const log() argument
132 convertToErrorCode() const convertToErrorCode() argument
[all...]
H A DLockFileManager.cpp259 LockFileManager::LockFileState LockFileManager::getState() const { in getState() argument
269 std::string LockFileManager::getErrorMessage() const { in getErrorMessage() argument
H A DPrettyStackTrace.cpp218 void PrettyStackTraceString::print(raw_ostream &OS) const { OS << Str << "\n"; } in print() argument
236 void PrettyStackTraceFormat::print(raw_ostream &OS) const { OS << Str << "\n"; } in print() argument
238 void PrettyStackTraceProgram::print(raw_ostream &OS) const { in print() argument
[all...]
H A DRegex.cpp68 bool Regex::isValid(std::string &Error) const { in isValid() argument
78 unsigned Regex::getNumMatches() const { in getNumMatches() argument
82 match(StringRef String, SmallVectorImpl<StringRef> *Matches, std::string *Error) const match() argument
132 sub(StringRef Repl, StringRef String, std::string *Error) const sub() argument
H A DSpecialCaseList.cpp61 unsigned SpecialCaseList::Matcher::match(StringRef Query) const { in match() argument
204 inSection(StringRef Section, StringRef Prefix, StringRef Query, StringRef Category) const inSection() argument
209 inSectionBlame(StringRef Section, StringRef Prefix, StringRef Query, StringRef Category) const inSectionBlame() argument
222 inSectionBlame(const SectionEntries &Entries, StringRef Prefix, StringRef Query, StringRef Category) const inSectionBlame() argument
[all...]
H A DStatistic.cpp76 const_iterator begin() const { return Stats.begin(); } in begin() argument
77 const_iterator end() const { return Stats.end(); } in end() argument
78 iterator_range<const_iterator> statistics() const { in statistics() argument
H A DStringMap.cpp134 int StringMapImpl::FindKey(StringRef Key) const { in FindKey() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp75 void AArch64CondBrTuning::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() argument
H A DAArch64InstrInfo.h48 const AArch64RegisterInfo &getRegisterInfo() const { return RI; } in getRegisterInfo() argument
[all...]
H A DAArch64Subtarget.cpp193 const CallLowering *AArch64Subtarget::getCallLowering() const { in getCallLowering() argument
197 InstructionSelector *AArch64Subtarget::getInstructionSelector() const { in getInstructionSelector() argument
201 const LegalizerInfo *AArch64Subtarget::getLegalizerInfo() const { in getLegalizerInfo() argument
205 getRegBankInfo() const getRegBankInfo() argument
212 ClassifyGlobalReference(const GlobalValue *GV, const TargetMachine &TM) const ClassifyGlobalReference() argument
244 classifyGlobalFunctionReference( const GlobalValue *GV, const TargetMachine &TM) const classifyGlobalFunctionReference() argument
265 overrideSchedPolicy(MachineSchedPolicy &Policy, unsigned NumRegionInstrs) const overrideSchedPolicy() argument
277 enableEarlyIfConversion() const enableEarlyIfConversion() argument
281 supportsAddressTopByteIgnored() const supportsAddressTopByteIgnored() argument
295 getCustomPBQPConstraints() const getCustomPBQPConstraints() argument
299 mirFileLoaded(MachineFunction &MF) const mirFileLoaded() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp104 void AMDGPUInliner::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() argument
109 unsigned AMDGPUInliner::getInlineThreshold(CallSite CS) const { in getInlineThreshold() argument
[all...]
H A DAMDGPUPerfHintAnalysis.cpp144 isIndirectAccess(const Instruction *Inst) const isIndirectAccess() argument
301 isGlobalAddr(const Value *V) const isGlobalAddr() argument
310 isLocalAddr(const Value *V) const isLocalAddr() argument
328 makeMemAccessInfo(Instruction *Inst) const makeMemAccessInfo() argument
342 isConstantAddr(const Value *V) const isConstantAddr() argument
351 isLargeStride( MemAccessInfo &Reference) const isLargeStride() argument
[all...]
H A DAMDGPUUnifyDivergentExitNodes.cpp78 void AMDGPUUnifyDivergentExitNodes::getAnalysisUsage(AnalysisUsage &AU) const{ in getAnalysisUsage() argument
H A DGCNMinRegStrategy.cpp44 bool isScheduled(const SUnit *SU) const { in isScheduled() argument
54 unsigned getNumPreds(const SUnit *SU) const { in getNumPreds() argument
92 getReadySuccessors(const SUnit *SU) const getReadySuccessors() argument
109 getNotReadySuccessors(const SUnit *SU) const getNotReadySuccessors() argument
[all...]
H A DR600ClauseMergePass.cpp84 getCFAluSize(const MachineInstr &MI) const getCFAluSize() argument
91 isCFAluEnabled(const MachineInstr &MI) const isCFAluEnabled() argument
98 cleanPotentialDisabledCFAlu( MachineInstr &CFAlu) const cleanPotentialDisabledCFAlu() argument
116 mergeIfPossible(MachineInstr &RootCFAlu, const MachineInstr &LatrCFAlu) const mergeIfPossible() argument
214 getPassName() const getPassName() argument
[all...]
H A DR600EmitClauseMarkers.cpp52 unsigned OccupiedDwords(MachineInstr &MI) const { in OccupiedDwords() argument
85 bool isALU(const MachineInstr &MI) const { in isALU() argument
103 bool IsTrivialInst(MachineInstr &MI) const { in IsTrivialInst() argument
114 std::pair<unsigned, unsigned> getAccessedBankLine(unsigned Sel) const { in getAccessedBankLine() argument
129 SubstituteKCacheBank(MachineInstr &MI, std::vector<std::pair<unsigned, unsigned>> &CachedConsts, bool UpdateInstr = true) const SubstituteKCacheBank() argument
[all...]
H A DSIRegisterInfo.h45 bool spillSGPRToVGPR() const { in spillSGPRToVGPR() argument
120 getHWRegIndex(unsigned Reg) const getHWRegIndex() argument
129 isSGPRClass(const TargetRegisterClass *RC) const isSGPRClass() argument
134 isSGPRClassID(unsigned RCID) const isSGPRClassID() argument
138 isSGPRReg(const MachineRegisterInfo &MRI, unsigned Reg) const isSGPRReg() argument
148 isAGPRClass(const TargetRegisterClass *RC) const isAGPRClass() argument
159 hasVectorRegisters(const TargetRegisterClass *RC) const hasVectorRegisters() argument
188 opCanUseLiteralConstant(unsigned OpType) const opCanUseLiteralConstant() argument
203 getSGPRPressureSet() const getSGPRPressureSet() argument
204 getVGPRPressureSet() const getVGPRPressureSet() argument
205 getAGPRPressureSet() const getAGPRPressureSet() argument
211 isVectorRegister(const MachineRegisterInfo &MRI, unsigned Reg) const isVectorRegister() argument
220 isSGPRPressureSet(unsigned SetID) const isSGPRPressureSet() argument
224 isVGPRPressureSet(unsigned SetID) const isVGPRPressureSet() argument
228 isAGPRPressureSet(unsigned SetID) const isAGPRPressureSet() argument
260 getRegClassForTypeOnBank(LLT Ty, const RegisterBank &Bank, const MachineRegisterInfo &MRI) const getRegClassForTypeOnBank() argument
270 getBoolRC() const getBoolRC() argument
275 getWaveMaskRegClass() const getWaveMaskRegClass() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp56 relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI, MCInst &Res) const relaxInstruction() argument
65 fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const fixupNeedsRelaxation() argument
75 mayNeedRelaxation(const MCInst &Inst, const MCSubtargetInfo &STI) const mayNeedRelaxation() argument
133 applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, uint64_t Value, bool IsResolved, const MCSubtargetInfo *STI) const applyFixup() argument
157 getFixupKindInfo( MCFixupKind Kind) const getFixupKindInfo() argument
170 getMinimumNopSize() const getMinimumNopSize() argument
174 writeNopData(raw_ostream &OS, uint64_t Count) const writeNopData() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp135 ARCRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() argument
139 BitVector ARCRegisterInfo::getReservedRegs(const MachineFunction &MF) const { in getReservedRegs() argument
151 requiresRegisterScavenging( const MachineFunction &MF) const requiresRegisterScavenging() argument
156 trackLivenessAfterRegAlloc( const MachineFunction &MF) const trackLivenessAfterRegAlloc() argument
161 useFPForScavengingIndex(const MachineFunction &MF) const useFPForScavengingIndex() argument
165 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS) const eliminateFrameIndex() argument
226 getFrameRegister(const MachineFunction &MF) const getFrameRegister() argument
232 getCallPreservedMask(const MachineFunction &MF, CallingConv::ID CC) const getCallPreservedMask() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp96 void ARCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h134 unsigned getOffsetOf(MachineBasicBlock *MBB) const { in getOffsetOf() argument
H A DARMConstantPoolValue.cpp53 StringRef ARMConstantPoolValue::getModifierText() const { in getModifierText() argument
102 LLVM_DUMP_METHOD void ARMConstantPoolValue::dump() const { in dump() argument
107 void ARMConstantPoolValue::print(raw_ostream &O) const { in print() argument
183 getGV() const getGV() argument
187 getBlockAddress() const getBlockAddress() argument
216 print(raw_ostream &O) const print() argument
254 print(raw_ostream &O) const print() argument
295 print(raw_ostream &O) const print() argument
[all...]
H A DARMLegalizerInfo.cpp350 getFCmpLibcalls(CmpInst::Predicate Predicate, unsigned Size) const getFCmpLibcalls() argument
360 legalizeCustom(MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &MIRBuilder, GISelChangeObserver &Observer) const legalizeCustom() argument
[all...]

Completed in 19 milliseconds

1...<<471472473474475476477478479480>>...820