Home
last modified time | relevance | path

Searched defs:const (Results 9076 - 9100 of 13162) sorted by relevance

1...<<361362363364365366367368369370>>...527

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfgNode.h35 Cfg *getCfg() const { return Func; } in getCfg() argument
38 SizeT getIndex() const { return Number; } in getIndex() argument
40 std::string getName() const { in getName() argument
50 std::string getAsmName() const { in getAsmName() argument
56 SizeT getLoopNestDepth() const { return LoopNestDepth; } in getLoopNestDepth() argument
61 bool getHasReturn() const { return HasReturn; } in getHasReturn() argument
64 bool needsPlacement() const { retur in setNeedsPlacement() argument
67 needsAlignment() const needsAlignment() argument
71 getInEdges() const getInEdges() argument
72 getOutEdges() const getOutEdges() argument
79 getInsts() const getInsts() argument
80 getPhis() const getPhis() argument
86 getInstCountEstimate() const getInstCountEstimate() argument
124 hasSingleOutEdge() const hasSingleOutEdge() argument
129 getExternalData() const getExternalData() argument
[all...]
H A DIceELFSection.cpp92 size_t ELFRelocationSection::getSectionDataSize() const { in getSectionDataSize() argument
145 const ELFSym *ELFSymbolTableSection::findSymbol(GlobalString Name) const { in findSymbol() argument
195 getIndex(const std::string &Str) const getIndex() argument
205 operator ()( const std::string &StrA, const std::string &StrB) const operator ()() argument
[all...]
H A DIceLiveness.h70 Cfg *getFunc() const { return Func; } in getFunc() argument
71 LivenessMode getMode() const { return Mode; } in getMode() argument
73 SizeT getLiveIndex(SizeT VarIndex) const { in getLiveIndex() argument
78 getNumGlobalVars() const getNumGlobalVars() argument
79 getNumVarsInNode(const CfgNode *Node) const getNumVarsInNode() argument
106 getRangeMask(SizeT Index) const getRangeMask() argument
108 getAllocator() const getAllocator() argument
116 dumpStr() const dumpStr() argument
[all...]
H A DIceLoopAnalyzer.cpp62 NodeList::const_iterator currentSuccessor() const { return Succ; } in currentSuccessor() argument
66 bool isVisited() const { return Index != UndefinedIndex; } in isVisited() argument
67 IndexT getIndex() const { return Index; } in getIndex() argument
73 IndexT getLowLink() const { return LowLink; } in getLowLink() argument
76 bool isOnStack() const { retur in setOnStack() argument
79 isDeleted() const isDeleted() argument
128 successorsEnd() const successorsEnd() argument
136 hasSelfEdge() const hasSelfEdge() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DArgList.cpp58 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() argument
73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() argument
86 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue() argument
92 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues() argument
79 hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, bool Default) const hasFlag() argument
98 AddAllArgsExcept(ArgStringList &Output, ArrayRef<OptSpecifier> Ids, ArrayRef<OptSpecifier> ExcludeIds) const AddAllArgsExcept() argument
122 AddAllArgs(ArgStringList &Output, ArrayRef<OptSpecifier> Ids) const AddAllArgs() argument
130 AddAllArgs(ArgStringList &Output, OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const AddAllArgs() argument
138 AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const AddAllArgValues() argument
147 AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, const char *Translation, bool Joined) const AddAllArgsTranslated() argument
163 ClaimAllArgs(OptSpecifier Id0) const ClaimAllArgs() argument
168 ClaimAllArgs() const ClaimAllArgs() argument
174 GetOrMakeJoinedArgString(unsigned Index, StringRef LHS, StringRef RHS) const GetOrMakeJoinedArgString() argument
185 print(raw_ostream &O) const print() argument
193 dump() const dump() argument
208 MakeIndex(StringRef String0) const MakeIndex() argument
218 MakeIndex(StringRef String0, StringRef String1) const MakeIndex() argument
227 MakeArgStringRef(StringRef Str) const MakeArgStringRef() argument
234 MakeArgStringRef(StringRef Str) const MakeArgStringRef() argument
242 MakeFlagArg(const Arg *BaseArg, const Option Opt) const MakeFlagArg() argument
249 MakePositionalArg(const Arg *BaseArg, const Option Opt, StringRef Value) const MakePositionalArg() argument
258 MakeSeparateArg(const Arg *BaseArg, const Option Opt, StringRef Value) const MakeSeparateArg() argument
267 MakeJoinedArg(const Arg *BaseArg, const Option Opt, StringRef Value) const MakeJoinedArg() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp159 void APInt::Profile(FoldingSetNodeID& ID) const { in Profile() argument
230 APInt APInt::operator*(const APInt& RHS) const { in operator *() argument
271 EqualSlowCase(const APInt& RHS) const EqualSlowCase() argument
275 compare(const APInt& RHS) const compare() argument
283 compareSigned(const APInt& RHS) const compareSigned() argument
[all...]
H A DFileUtilities.cpp271 log(raw_ostream &OS) const log() argument
[all...]
H A DFoldingSet.cpp29 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() argument
33 bool FoldingSetNodeIDRef::operator==(FoldingSetNodeIDRef RHS) const { in operator ==() argument
40 bool FoldingSetNodeIDRef::operator<(FoldingSetNodeIDRef RHS) const { in operator <() argument
145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() argument
151 bool FoldingSetNodeID::operator==(const FoldingSetNodeID &RHS) const { in operator ==() argument
157 operator ==(FoldingSetNodeIDRef RHS) const operator ==() argument
163 operator <(const FoldingSetNodeID &RHS) const operator <() argument
167 operator <(FoldingSetNodeIDRef RHS) const operator <() argument
175 Intern(BumpPtrAllocator &Allocator) const Intern() argument
[all...]
H A DItaniumManglingCanonicalizer.cpp188 bool isMostRecentlyCreated(Node *N) const { return MostRecentlyCreated == N; } in isMostRecentlyCreated() argument
194 bool trackedNodeIsUsed() const { return TrackedNodeIsUsed; } in trackedNodeIsUsed() argument
H A DZ3Solver.cpp220 print(raw_ostream &OS) const print() argument
224 dump() const dump() argument
898 dump() const dump() argument
899 dump() const dump() argument
900 dump() const dump() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp63 SMLoc TGLexer::getLoc() const { in getLoc() argument
132 int TGLexer::peekNextChar(int Index) const { in peekNextChar() argument
600 prepIsDirective() const prepIsDirective() argument
[all...]
H A DTGParser.h97 Init *getVar(StringRef Name) const { in getVar() argument
106 bool varAlreadyDefined(StringRef Name) const { in varAlreadyDefined() argument
173 bool Error(SMLoc L, const Twine &Msg) const { in Error() argument
177 bool TokError(const Twine &Msg) const { in TokError() argument
180 const TGLexe in TokError() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp192 isProfitableToTransform( const MachineInstr &MI) const isProfitableToTransform() argument
[all...]
H A DAArch64ConditionOptimizer.cpp137 void AArch64ConditionOptimizer::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() argument
[all...]
H A DAArch64LegalizerInfo.cpp620 legalizeCustom(MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &MIRBuilder, GISelChangeObserver &Observer) const legalizeCustom() argument
642 legalizeIntrinsic( MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &MIRBuilder) const legalizeIntrinsic() argument
660 legalizeShlAshrLshr( MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &MIRBuilder, GISelChangeObserver &Observer) const legalizeShlAshrLshr() argument
684 legalizeLoadStore( MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &MIRBuilder, GISelChangeObserver &Observer) const legalizeLoadStore() argument
723 legalizeVaArg(MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &MIRBuilder) const legalizeVaArg() argument
[all...]
H A DAArch64RegisterBankInfo.cpp204 unsigned AArch64RegisterBankInfo::copyCost(const RegisterBank &A, in copyCost() argument
226 getRegBankFromRegClass(const TargetRegisterClass &RC, LLT) const getRegBankFromRegClass() argument
269 getInstrAlternativeMappings( const MachineInstr &MI) const getInstrAlternativeMappings() argument
370 applyMappingImpl( const OperandsMapper &OpdMapper) const applyMappingImpl() argument
419 getSameKindOfOperandsMapping( const MachineInstr &MI) const getSameKindOfOperandsMapping() argument
461 hasFPConstraints( const MachineInstr &MI, const MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI) const hasFPConstraints() argument
480 onlyUsesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI) const onlyUsesFP() argument
494 onlyDefinesFP( const MachineInstr &MI, const MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI) const onlyDefinesFP() argument
510 getInstrMapping(const MachineInstr &MI) const getInstrMapping() argument
[all...]
H A DAArch64SelectionDAGInfo.cpp18 EmitTargetCodeForMemset( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const EmitTargetCodeForMemset() argument
55 generateFMAsInMachineCombiner( CodeGenOpt::Level OptLevel) const generateFMAsInMachineCombiner() argument
112 EmitTargetCodeForSetTag( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr, SDValue Size, MachinePointerInfo DstPtrInfo, bool ZeroData) const EmitTargetCodeForSetTag() argument
[all...]
H A DAArch64SpeculationHardening.cpp186 endsWithCondControlFlow( MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, AArch64CC::CondCode &CondCode) const endsWithCondControlFlow() argument
217 insertFullSpeculationBarrier( MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc DL) const insertFullSpeculationBarrier() argument
225 insertTrackingCode( MachineBasicBlock &SplitEdgeBB, AArch64CC::CondCode &CondCode, DebugLoc DL) const insertTrackingCode() argument
358 insertSPToRegTaintPropagation( MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI) const insertSPToRegTaintPropagation() argument
382 insertRegToSPTaintPropagation( MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned TmpReg) const insertRegToSPTaintPropagation() argument
411 functionUsesHardeningRegister( MachineFunction &MF) const functionUsesHardeningRegister() argument
[all...]
H A DAArch64TargetMachine.cpp321 getSubtargetImpl(const Function &F) const getSubtargetImpl() argument
371 getAArch64TargetMachine() const getAArch64TargetMachine() argument
429 getCSEConfig() const getCSEConfig() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp201 getMachineOpValue(const MCInst &MI, const MCOperand &MO, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getMachineOpValue() argument
212 getLdStUImm12OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getLdStUImm12OpValue() argument
233 getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getAdrLabelOpValue() argument
259 getAddSubImmOpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getAddSubImmOpValue() argument
295 getCondBranchTargetOpValue( const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getCondBranchTargetOpValue() argument
317 getLoadLiteralOpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getLoadLiteralOpValue() argument
337 getMemExtendOpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getMemExtendOpValue() argument
346 getMoveWideImmOpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getMoveWideImmOpValue() argument
365 getTestBranchTargetOpValue( const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getTestBranchTargetOpValue() argument
387 getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getBranchTargetOpValue() argument
415 getVecShifterOpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShifterOpValue() argument
439 getFixedPointScaleOpValue( const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getFixedPointScaleOpValue() argument
448 getVecShiftR64OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftR64OpValue() argument
457 getVecShiftR32OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftR32OpValue() argument
466 getVecShiftR16OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftR16OpValue() argument
475 getVecShiftR8OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftR8OpValue() argument
484 getVecShiftL64OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftL64OpValue() argument
493 getVecShiftL32OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftL32OpValue() argument
502 getVecShiftL16OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftL16OpValue() argument
511 getVecShiftL8OpValue(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getVecShiftL8OpValue() argument
520 getImm8OptLsl(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getImm8OptLsl() argument
538 getSVEIncDecImm(const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getSVEIncDecImm() argument
549 getMoveVecShifterOpValue( const MCInst &MI, unsigned OpIdx, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const getMoveVecShifterOpValue() argument
560 fixMOVZ(const MCInst &MI, unsigned EncodedValue, const MCSubtargetInfo &STI) const fixMOVZ() argument
591 encodeInstruction(const MCInst &MI, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups, const MCSubtargetInfo &STI) const encodeInstruction() argument
619 fixMulHigh(const MCInst &MI, unsigned EncodedValue, const MCSubtargetInfo &STI) const fixMulHigh() argument
629 fixLoadStoreExclusive(const MCInst &MI, unsigned EncodedValue, const MCSubtargetInfo &STI) const fixLoadStoreExclusive() argument
638 fixOneOperandFPComparison( const MCInst &MI, unsigned EncodedValue, const MCSubtargetInfo &STI) const fixOneOperandFPComparison() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp100 getLongBranchBlockExpr( const MachineBasicBlock &SrcBB, const MachineOperand &MO) const getLongBranchBlockExpr() argument
126 lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const lowerOperand() argument
176 lower(const MachineInstr *MI, MCInst &OutMI) const lower() argument
220 lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const lowerOperand() argument
375 lower(const MachineInstr *MI, MCInst &OutMI) const lower() argument
[all...]
H A DAMDGPUPropagateAttributes.cpp301 getFeatureString(const FeatureBitset &Features) const getFeatureString() argument
[all...]
H A DAMDGPURewriteOutArguments.cpp136 bool AMDGPURewriteOutArguments::checkArgumentUses(Value &Arg) const { in checkArgumentUses() argument
189 bool AMDGPURewriteOutArguments::isOutArgumentCandidate(Argument &Arg) const { in isOutArgumentCandidate() argument
210 bool AMDGPURewriteOutArguments::isVec3ToVec4Shuffle(Type *Ty0, Type* Ty1) const { in isVec3ToVec4Shuffle() argument
[all...]
H A DGCNILPSched.cpp87 getNodePriority(const SUnit *SU) const getNodePriority() argument
[all...]
H A DGCNNSAReassign.cpp112 tryAssignRegisters(SmallVectorImpl<LiveInterval *> &Intervals, unsigned StartReg) const tryAssignRegisters() argument
130 canAssign(unsigned StartReg, unsigned NumRegs) const canAssign() argument
146 scavengeRegs(SmallVectorImpl<LiveInterval *> &Intervals) const scavengeRegs() argument
165 CheckNSA(const MachineInstr &MI, bool Fast) const CheckNSA() argument
[all...]

Completed in 21 milliseconds

1...<<361362363364365366367368369370>>...527