| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | APInt.cpp | 437 AndSlowCase(const APInt& RHS) const AndSlowCase() argument 445 OrSlowCase(const APInt& RHS) const OrSlowCase() argument 453 XorSlowCase(const APInt& RHS) const XorSlowCase() argument 465 operator *(const APInt& RHS) const operator *() argument 474 EqualSlowCase(const APInt& RHS) const EqualSlowCase() argument 478 EqualSlowCase(uint64_t Val) const EqualSlowCase() argument 486 ult(const APInt& RHS) const ult() argument 518 slt(const APInt& RHS) const slt() argument 661 countLeadingOnes() const countLeadingOnes() argument 688 countTrailingZeros() const countTrailingZeros() argument 700 countTrailingOnesSlowCase() const countTrailingOnesSlowCase() argument 710 countPopulationSlowCase() const countPopulationSlowCase() argument 729 byteSwap() const byteSwap() argument 756 reverseBits() const reverseBits() argument 840 roundToDouble(bool isSigned) const roundToDouble() argument 901 trunc(unsigned width) const trunc() argument 965 zext(unsigned width) const zext() argument 984 zextOrTrunc(unsigned width) const zextOrTrunc() argument 992 sextOrTrunc(unsigned width) const sextOrTrunc() argument 1000 zextOrSelf(unsigned width) const zextOrSelf() argument 1006 sextOrSelf(unsigned width) const sextOrSelf() argument 1014 ashr(const APInt &shiftAmt) const ashr() argument 1020 ashr(unsigned shiftAmt) const ashr() argument 1101 lshr(const APInt &shiftAmt) const lshr() argument 1107 lshr(unsigned shiftAmt) const lshr() argument 1171 shl(const APInt &shiftAmt) const shl() argument 1176 shlSlowCase(unsigned shiftAmt) const shlSlowCase() argument 1232 rotl(const APInt &rotateAmt) const rotl() argument 1236 rotl(unsigned rotateAmt) const rotl() argument 1243 rotr(const APInt &rotateAmt) const rotr() argument 1247 rotr(unsigned rotateAmt) const rotr() argument 1261 sqrt() const sqrt() argument 1339 multiplicativeInverse(const APInt& modulo) const multiplicativeInverse() argument 1382 magic() const magic() argument 1426 magicu(unsigned LeadingZeros) const magicu() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| H A D | NaClBitstreamReader.h | 106 const AbbrevListVector &getVector() const { return Abbrevs; } in getVector() argument 123 unsigned getBlockID() const { return BlockID; } in getBlockID() argument 161 isFrozen() const isFrozen() argument 281 getInitialAddress() const getInitialAddress() argument 285 getErrorOffset() const getErrorOffset() argument 397 getCurrentBitNo() const getCurrentBitNo() argument 440 getGlobalAbbrevs() const getGlobalAbbrevs() argument 443 getNumGlobalAbbrevs() const getNumGlobalAbbrevs() argument 444 getLocalAbbrevs() const getLocalAbbrevs() argument 447 getCodeAbbrev() const getCodeAbbrev() argument 518 canSkipToPos(size_t pos) const canSkipToPos() argument 534 getAbbrevIDWidth() const getAbbrevIDWidth() argument 539 GetCurrentBitNo() const GetCurrentBitNo() argument 544 getErrorBitNo(uint64_t Position) const getErrorBitNo() argument 549 getErrorBitNo() const getErrorBitNo() argument 552 getBitStreamReader() const getBitStreamReader() argument 555 getCurrentBitAddress() const getCurrentBitAddress() argument 613 getStartWordByteForBit(uint64_t BitNo) const getStartWordByteForBit() argument 618 getWordBitNo(uint64_t BitNo) const getWordBitNo() argument 623 getEndWordByteForBit(uint64_t BitNo) const getEndWordByteForBit() argument 631 fillBuffer(uint8_t *Buffer, size_t Size, size_t Address) const fillBuffer() argument 860 getAbbrev(unsigned AbbrevID) const getAbbrev() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerX8632.h | 69 uint8_t mod() const { return (encoding_at(0) >> 6) & 3; } in mod() argument 71 GPRRegister rm() const { in rm() argument 75 ScaleFactor scale() const { in scale() argument 79 GPRRegister index() const { in index() argument 83 GPRRegister base() const { in base() argument 87 int8_t disp8() const { in disp8() argument 92 AssemblerFixup *fixup() const { return fixup_; } in fixup() argument 133 uint8_t encoding_at(intptr_t index) const { in encoding_at() argument 140 IsRegister(GPRRegister reg) const IsRegister() argument 258 value() const value() argument 259 fixup() const fixup() argument 261 is_int8() const is_int8() argument 266 is_uint8() const is_uint8() argument 269 is_uint16() const is_uint16() argument 301 hasNear() const hasNear() argument 875 CodeSize() const CodeSize() argument [all...] |
| H A D | IceAssemblerX8664.h | 75 uint8_t mod() const { return (encoding_at(0) >> 6) & 3; } in mod() argument 77 uint8_t rexX() const { return (rex_ & RexX) != RexX ? RexNone : RexX; } in rexX() argument 78 uint8_t rexB() const { return (rex_ & RexB) != RexB ? RexNone : RexB; } in rexB() argument 80 GPRRegister rm() const { in rm() argument 85 ScaleFactor scale() const { in scale() argument 89 GPRRegister index() const { in index() argument 94 GPRRegister base() const { in base() argument 99 int8_t disp8() const { in disp8() argument 104 fixup() const fixup() argument 145 encoding_at(intptr_t index) const encoding_at() argument 152 IsRegister(GPRRegister reg) const IsRegister() argument 279 value() const value() argument 280 fixup() const fixup() argument 282 is_int8() const is_int8() argument 287 is_uint8() const is_uint8() argument 290 is_uint16() const is_uint16() argument 322 hasNear() const hasNear() argument 871 CodeSize() const CodeSize() argument [all...] |
| H A D | IceCfgNode.cpp | 752 livenessValidateIntervals(Liveness *Liveness) const livenessValidateIntervals() argument 1058 emit(Cfg *Func) const emit() argument 1130 emitIAS(Cfg *Func) const emitIAS() argument 1149 dump(Cfg *Func) const dump() argument [all...] |
| H A D | IceConverter.cpp | 75 Ice::Converter &getConverter() const { return Converter; } in getConverter() argument 196 convertToIceType(Type *LLVMTy) const convertToIceType() argument [all...] |
| H A D | IceGlobalContext.cpp | 151 getConstantPool() const getConstantPool() argument 162 size() const size() argument [all...] |
| H A D | IceGlobalContext.h | 129 initInto(TimerList &Dest) const initInto() argument 262 getRuntimeHelperFunc(RuntimeHelper FuncID) const getRuntimeHelperFunc() argument 294 getObjectWriter() const getObjectWriter() argument 401 getDisposeGlobalVariablesAfterLowering() const getDisposeGlobalVariablesAfterLowering() argument 410 getStrings() const getStrings() argument [all...] |
| H A D | IceInst.cpp | 77 const char *Inst::getInstName() const { in getInstName() argument 130 isLastUse(const Operand *TestSrc) const isLastUse() argument 185 isMemoryWrite() const isMemoryWrite() argument 278 getInstName() const getInstName() argument 290 isCommutative() const isCommutative() argument 299 isVarAssign() const isVarAssign() argument 325 getTerminatorEdges() const getTerminatorEdges() argument 404 getOperandForTarget(CfgNode *Target) const getOperandForTarget() argument 487 getRmwBeacon() const getRmwBeacon() argument 611 toJumpTableData(Assembler *Asm) const toJumpTableData() argument 620 getReturnType() const getReturnType() argument 628 dumpDecorated(const Cfg *Func) const dumpDecorated() argument 649 dump(const Cfg *Func) const dump() argument 658 dumpExtras(const Cfg *Func) const dumpExtras() argument 681 dumpSources(const Cfg *Func) const dumpSources() argument 692 emitSources(const Cfg *Func) const emitSources() argument 703 dumpDest(const Cfg *Func) const dumpDest() argument 710 dump(const Cfg *Func) const dump() argument 721 dump(const Cfg *Func) const dump() argument 730 dump(const Cfg *Func) const dump() argument 739 dump(const Cfg *Func) const dump() argument 753 dump(const Cfg *Func) const dump() argument 785 dump(const Cfg *Func) const dump() argument 796 dump(const Cfg *Func) const dump() argument 806 dump(const Cfg *Func) const dump() argument 819 dump(const Cfg *Func) const dump() argument 835 dump(const Cfg *Func) const dump() argument 845 dump(const Cfg *Func) const dump() argument 856 dump(const Cfg *Func) const dump() argument 875 dump(const Cfg *Func) const dump() argument 890 dump(const Cfg *Func) const dump() argument 905 dump(const Cfg *Func) const dump() argument 917 dump(const Cfg *Func) const dump() argument 933 dump(const Cfg *Func) const dump() argument 940 emit(const Cfg *Func) const emit() argument 954 dump(const Cfg *Func) const dump() argument 963 emit(const Cfg *Func) const emit() argument 965 dump(const Cfg *Func) const dump() argument 973 emit(const Cfg *Func) const emit() argument 975 dump(const Cfg *Func) const dump() argument 984 dump(const Cfg *Func) const dump() argument 999 dump(const Cfg *Func) const dump() argument 1009 dump(const Cfg *Func) const dump() argument [all...] |
| H A D | IceInstX8632.cpp | 403 dump(const Cfg *Func) const dump() argument 411 dump(const Cfg *Func) const dump() argument 424 emit(const Cfg *Func) const emit() argument 431 emitIAS(const Cfg *Func) const emitIAS() argument 439 dump(const Cfg *Func) const dump() argument 446 emit(const Cfg *Func) const emit() argument 474 emitIAS(const Cfg *Func) const emitIAS() argument 499 dump(const Cfg *Func) const dump() argument 527 emit(const Cfg *Func) const emit() argument 539 emitIAS(const Cfg *Func) const emitIAS() argument 570 dump(const Cfg *Func) const dump() argument 578 emit(const Cfg *Func) const emit() argument 599 emitIAS(const Cfg *Func) const emitIAS() argument 621 dump(const Cfg *Func) const dump() argument 636 emitTwoAddress(const Cfg *Func, const char *Opcode, const char *Suffix) const emitTwoAddress() argument 928 dump(const Cfg *Func) const dump() argument 937 emit(const Cfg *Func) const emit() argument 964 emitIAS(const Cfg *Func) const emitIAS() argument 980 emit(const Cfg *Func) const emit() argument 995 emit(const Cfg *Func) const emit() argument 1005 emitIAS(const Cfg *Func) const emitIAS() argument 1013 emit(const Cfg *Func) const emit() argument 1023 emitIAS(const Cfg *Func) const emitIAS() argument 1057 emit(const Cfg *Func) const emit() argument 1063 emitIAS(const Cfg *Func) const emitIAS() argument 1069 emit(const Cfg *Func) const emit() argument 1075 emitIAS(const Cfg *Func) const emitIAS() argument 1081 emit(const Cfg *Func) const emit() argument 1109 emitIAS(const Cfg *Func) const emitIAS() argument 1131 emit(const Cfg *Func) const emit() argument 1149 emitIAS(const Cfg *Func) const emitIAS() argument 1161 emitIAS(const Cfg *Func) const emitIAS() argument 1174 emit(const Cfg *Func) const emit() argument 1209 emitIAS(const Cfg *Func) const emitIAS() argument 1239 emit(const Cfg *Func) const emit() argument 1256 emitIAS(const Cfg *Func) const emitIAS() argument 1270 dump(const Cfg *Func) const dump() argument 1279 emit(const Cfg *Func) const emit() argument 1296 emitIAS(const Cfg *Func) const emitIAS() argument 1306 dump(const Cfg *Func) const dump() argument 1315 emit(const Cfg *Func) const emit() argument 1332 emitIAS(const Cfg *Func) const emitIAS() argument 1342 dump(const Cfg *Func) const dump() argument 1351 emit(const Cfg *Func) const emit() argument 1366 emitIAS(const Cfg *Func) const emitIAS() argument 1395 dump(const Cfg *Func) const dump() argument 1406 emit(const Cfg *Func) const emit() argument [all...] |
| H A D | IceInstX8664.cpp | 383 dump(const Cfg *Func) const dump() argument 391 dump(const Cfg *Func) const dump() argument 404 emit(const Cfg *Func) const emit() argument 411 emitIAS(const Cfg *Func) const emitIAS() argument 419 dump(const Cfg *Func) const dump() argument 426 emit(const Cfg *Func) const emit() argument 454 emitIAS(const Cfg *Func) const emitIAS() argument 479 dump(const Cfg *Func) const dump() argument 507 emit(const Cfg *Func) const emit() argument 526 emitIAS(const Cfg *Func) const emitIAS() argument 557 dump(const Cfg *Func) const dump() argument 565 emit(const Cfg *Func) const emit() argument 586 emitIAS(const Cfg *Func) const emitIAS() argument 608 dump(const Cfg *Func) const dump() argument 623 emitTwoAddress(const Cfg *Func, const char *Opcode, const char *Suffix) const emitTwoAddress() argument 920 dump(const Cfg *Func) const dump() argument 929 emit(const Cfg *Func) const emit() argument 956 emitIAS(const Cfg *Func) const emitIAS() argument 972 emit(const Cfg *Func) const emit() argument 987 emit(const Cfg *Func) const emit() argument 997 emitIAS(const Cfg *Func) const emitIAS() argument 1005 emit(const Cfg *Func) const emit() argument 1015 emitIAS(const Cfg *Func) const emitIAS() argument 1049 emit(const Cfg *Func) const emit() argument 1055 emitIAS(const Cfg *Func) const emitIAS() argument 1061 emit(const Cfg *Func) const emit() argument 1067 emitIAS(const Cfg *Func) const emitIAS() argument 1073 emit(const Cfg *Func) const emit() argument 1101 emitIAS(const Cfg *Func) const emitIAS() argument 1123 emit(const Cfg *Func) const emit() argument 1141 emitIAS(const Cfg *Func) const emitIAS() argument 1153 emitIAS(const Cfg *Func) const emitIAS() argument 1166 emit(const Cfg *Func) const emit() argument 1207 emitIAS(const Cfg *Func) const emitIAS() argument 1242 emit(const Cfg *Func) const emit() argument 1259 emitIAS(const Cfg *Func) const emitIAS() argument 1273 dump(const Cfg *Func) const dump() argument 1282 emit(const Cfg *Func) const emit() argument 1299 emitIAS(const Cfg *Func) const emitIAS() argument 1309 dump(const Cfg *Func) const dump() argument 1318 emit(const Cfg *Func) const emit() argument 1335 emitIAS(const Cfg *Func) const emitIAS() argument 1345 dump(const Cfg *Func) const dump() argument 1354 emit(const Cfg *Func) const emit() argument 1369 emitIAS(const Cfg *Func) const emitIAS() argument 1397 dump(const Cfg *Func) const dump() argument 1408 emit(const Cfg *Func) const emit() argument [all...] |
| H A D | IceTargetLowering.cpp | 87 void LoweringContext::skipDeleted(InstList::iterator &I) const { in skipDeleted() argument 92 void LoweringContext::advanceForward(InstList::iterator &I) const { in advanceForward() argument 99 Inst *LoweringContext::getLastInserted() const { in getLastInserted() argument 121 Variable *LoweringContext::availabilityGet(Operand *Src) const { in availabilityGet() argument 719 sortVarsByAlignment(VarList &Dest, const VarList &Source) const sortVarsByAlignment() argument 921 emitWithoutPrefix(const ConstantRelocatable *C, const char *Suffix) const emitWithoutPrefix() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 74 bool lookup(StringRef Name, unsigned &Idx) const { in lookup() argument 82 unsigned get(StringRef Name) const { in get() argument 89 unsigned size() const { return Map.size(); } in size() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 89 preferred_buffer_size() const preferred_buffer_size() argument 775 preferred_buffer_size() const preferred_buffer_size() argument 856 is_displayed() const is_displayed() argument 860 has_colors() const has_colors() argument 910 current_pos() const current_pos() argument 937 current_pos() const current_pos() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 83 bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp) const { in lowerOperand() argument 557 GetCPISymbol(unsigned CPID) const GetCPISymbol() argument [all...] |
| H A D | AArch64TargetTransformInfo.cpp | 28 bool AArch64TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() argument 630 enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const enableMemCmpExpansion() argument 903 useReductionIntrinsic(unsigned Opcode, Type *Ty, TTI::ReductionFlags Flags) const useReductionIntrinsic() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 251 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const getInstruction() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 54 void AArch64InstPrinter::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/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 109 StringRef AMDGPUAsmPrinter::getPassName() const { in getPassName() argument 113 const MCSubtargetInfo *AMDGPUAsmPrinter::getGlobalSTI() const { in getGlobalSTI() argument 117 AMDGPUTargetStreamer* AMDGPUAsmPrinter::getTargetStreamer() const { in getTargetStreamer() argument 177 isBlockOnlyReachableByFallthrough( const MachineBasicBlock *MBB) const isBlockOnlyReachableByFallthrough() argument 363 getAmdhsaKernelCodeProperties( const MachineFunction &MF) const getAmdhsaKernelCodeProperties() argument 400 getAmdhsaKernelDescriptor( const MachineFunction &MF, const SIProgramInfo &PI) const getAmdhsaKernelDescriptor() argument 569 getFunctionCodeSize(const MachineFunction &MF) const getFunctionCodeSize() argument 601 getTotalNumSGPRs( const GCNSubtarget &ST) const getTotalNumSGPRs() argument 607 getTotalNumVGPRs( const GCNSubtarget &ST) const getTotalNumVGPRs() argument 612 analyzeResourceUsage( const MachineFunction &MF) const analyzeResourceUsage() argument 1221 getAmdKernelCode(amd_kernel_code_t &Out, const SIProgramInfo &CurrentProgramInfo, const MachineFunction &MF) const getAmdKernelCode() argument [all...] |
| H A D | AMDGPUCallLowering.cpp | 153 splitToValueTypes( const ArgInfo &OrigArg, SmallVectorImpl<ArgInfo> &SplitArgs, const DataLayout &DL, MachineRegisterInfo &MRI, CallingConv::ID CallConv, SplitArgTy PerformArgSplit) const splitToValueTypes() argument 261 lowerReturnVal(MachineIRBuilder &B, const Value *Val, ArrayRef<Register> VRegs, MachineInstrBuilder &Ret) const lowerReturnVal() argument 291 lowerReturn(MachineIRBuilder &B, const Value *Val, ArrayRef<Register> VRegs) const lowerReturn() argument 340 lowerParameterPtr(MachineIRBuilder &B, Type *ParamTy, uint64_t Offset) const lowerParameterPtr() argument 364 lowerParameter(MachineIRBuilder &B, Type *ParamTy, uint64_t Offset, unsigned Align, Register DstReg) const lowerParameter() argument 436 lowerFormalArgumentsKernel( MachineIRBuilder &B, const Function &F, ArrayRef<ArrayRef<Register>> VRegs) const lowerFormalArgumentsKernel() argument 565 lowerFormalArguments( MachineIRBuilder &B, const Function &F, ArrayRef<ArrayRef<Register>> VRegs) const lowerFormalArguments() argument [all...] |
| H A D | AMDGPUInstructionSelector.cpp | 73 isVCC(Register Reg, const MachineRegisterInfo &MRI) const isVCC() argument 91 selectCOPY(MachineInstr &I) const selectCOPY() argument 173 selectPHI(MachineInstr &I) const selectPHI() argument 204 getSubOperand64(MachineOperand &MO, const TargetRegisterClass &SubRC, unsigned SubIdx) const getSubOperand64() argument 251 selectG_AND_OR_XOR(MachineInstr &I) const selectG_AND_OR_XOR() argument 293 selectG_ADD_SUB(MachineInstr &I) const selectG_ADD_SUB() argument 390 selectG_UADDO_USUBO_UADDE_USUBE( MachineInstr &I) const selectG_UADDO_USUBO_UADDE_USUBE() argument 448 selectG_EXTRACT(MachineInstr &I) const selectG_EXTRACT() argument 485 selectG_MERGE_VALUES(MachineInstr &MI) const selectG_MERGE_VALUES() argument 524 selectG_UNMERGE_VALUES(MachineInstr &MI) const selectG_UNMERGE_VALUES() argument 566 selectG_PTR_ADD(MachineInstr &I) const selectG_PTR_ADD() argument 570 selectG_IMPLICIT_DEF(MachineInstr &I) const selectG_IMPLICIT_DEF() argument 585 selectG_INSERT(MachineInstr &I) const selectG_INSERT() argument 638 selectG_INTRINSIC(MachineInstr &I) const selectG_INTRINSIC() argument 696 getS_CMPOpcode(CmpInst::Predicate P, unsigned Size) const getS_CMPOpcode() argument 741 selectG_ICMP(MachineInstr &I) const selectG_ICMP() argument [all...] |
| H A D | AMDGPUTargetTransformInfo.cpp | 216 getHardwareNumberOfRegisters(bool Vec) const getHardwareNumberOfRegisters() argument 222 getNumberOfRegisters(bool Vec) const getNumberOfRegisters() argument 228 getRegisterBitWidth(bool Vector) const getRegisterBitWidth() argument 232 getMinVectorRegisterBitWidth() const getMinVectorRegisterBitWidth() argument 236 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const getLoadVectorFactor() argument 247 getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const getStoreVectorFactor() argument 257 getLoadStoreVecRegBitWidth(unsigned AddrSpace) const getLoadStoreVecRegBitWidth() argument 276 isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const isLegalToVectorizeMemChain() argument 289 isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const isLegalToVectorizeLoadChain() argument 295 isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const isLegalToVectorizeStoreChain() argument 310 getTgtMemIntrinsic(IntrinsicInst *Inst, MemIntrinsicInfo &Info) const getTgtMemIntrinsic() argument 606 isSourceOfDivergence(const Value *V) const isSourceOfDivergence() argument 637 isAlwaysUniform(const Value *V) const isAlwaysUniform() argument 652 collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, Intrinsic::ID IID) const collectFlatAddressOperands() argument 669 rewriteIntrinsicWithAddressSpace( IntrinsicInst *II, Value *OldV, Value *NewV) const rewriteIntrinsicWithAddressSpace() argument 730 areInlineCompatible(const Function *Caller, const Function *Callee) const areInlineCompatible() argument 871 getHardwareNumberOfRegisters(bool Vec) const getHardwareNumberOfRegisters() argument 875 getNumberOfRegisters(bool Vec) const getNumberOfRegisters() argument 879 getRegisterBitWidth(bool Vector) const getRegisterBitWidth() argument 883 getMinVectorRegisterBitWidth() const getMinVectorRegisterBitWidth() argument 887 getLoadStoreVecRegBitWidth(unsigned AddrSpace) const getLoadStoreVecRegBitWidth() argument 905 isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const isLegalToVectorizeMemChain() argument 914 isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const isLegalToVectorizeLoadChain() argument 920 isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const isLegalToVectorizeStoreChain() argument [all...] |
| H A D | SIInstrInfo.h | 173 getRegisterInfo() const getRegisterInfo() argument 251 commuteOpcode(const MachineInstr &MI) const commuteOpcode() argument 337 isSALU(uint16_t Opcode) const isSALU() argument 345 isVALU(uint16_t Opcode) const isVALU() argument 353 isVMEM(uint16_t Opcode) const isVMEM() argument 361 isSOP1(uint16_t Opcode) const isSOP1() argument 369 isSOP2(uint16_t Opcode) const isSOP2() argument 377 isSOPC(uint16_t Opcode) const isSOPC() argument 385 isSOPK(uint16_t Opcode) const isSOPK() argument 393 isSOPP(uint16_t Opcode) const isSOPP() argument 401 isPacked(uint16_t Opcode) const isPacked() argument 409 isVOP1(uint16_t Opcode) const isVOP1() argument 417 isVOP2(uint16_t Opcode) const isVOP2() argument 425 isVOP3(uint16_t Opcode) const isVOP3() argument 433 isSDWA(uint16_t Opcode) const isSDWA() argument 441 isVOPC(uint16_t Opcode) const isVOPC() argument 449 isMUBUF(uint16_t Opcode) const isMUBUF() argument 457 isMTBUF(uint16_t Opcode) const isMTBUF() argument 465 isSMRD(uint16_t Opcode) const isSMRD() argument 475 isDS(uint16_t Opcode) const isDS() argument 485 isMIMG(uint16_t Opcode) const isMIMG() argument 493 isGather4(uint16_t Opcode) const isGather4() argument 514 isFLAT(uint16_t Opcode) const isFLAT() argument 522 isEXP(uint16_t Opcode) const isEXP() argument 530 isWQM(uint16_t Opcode) const isWQM() argument 538 isDisableWQM(uint16_t Opcode) const isDisableWQM() argument 546 isVGPRSpill(uint16_t Opcode) const isVGPRSpill() argument 554 isSGPRSpill(uint16_t Opcode) const isSGPRSpill() argument 562 isDPP(uint16_t Opcode) const isDPP() argument 570 isVOP3P(uint16_t Opcode) const isVOP3P() argument 578 isVINTRP(uint16_t Opcode) const isVINTRP() argument 586 isMAI(uint16_t Opcode) const isMAI() argument 594 isDOT(uint16_t Opcode) const isDOT() argument 614 sopkIsZext(uint16_t Opcode) const sopkIsZext() argument 624 isScalarStore(uint16_t Opcode) const isScalarStore() argument 632 isFixedSize(uint16_t Opcode) const isFixedSize() argument 640 hasFPClamp(uint16_t Opcode) const hasFPClamp() argument 648 getClampMask(const MachineInstr &MI) const getClampMask() argument 660 usesFPDPRounding(uint16_t Opcode) const usesFPDPRounding() argument 668 isFPAtomic(uint16_t Opcode) const isFPAtomic() argument 672 isVGPRCopy(const MachineInstr &MI) const isVGPRCopy() argument 680 hasVGPRUses(const MachineInstr &MI) const hasVGPRUses() argument 697 isInlineConstant(const APFloat &Imm) const isInlineConstant() argument 703 isInlineConstant(const MachineOperand &MO, const MCOperandInfo &OpInfo) const isInlineConstant() argument 710 isInlineConstant(const MachineInstr &MI, const MachineOperand &UseMO, const MachineOperand &DefMO) const isInlineConstant() argument 724 isInlineConstant(const MachineInstr &MI, unsigned OpIdx) const isInlineConstant() argument 729 isInlineConstant(const MachineInstr &MI, unsigned OpIdx, const MachineOperand &MO) const isInlineConstant() argument 746 isInlineConstant(const MachineOperand &MO) const isInlineConstant() argument 751 isLiteralConstant(const MachineOperand &MO, const MCOperandInfo &OpInfo) const isLiteralConstant() argument 756 isLiteralConstant(const MachineInstr &MI, int OpIdx) const isLiteralConstant() argument 809 getOpSize(uint16_t Opcode, unsigned OpNo) const getOpSize() argument 823 getOpSize(const MachineInstr &MI, unsigned OpNo) const getOpSize() argument 916 getNamedOperand(const MachineInstr &MI, unsigned OpName) const getNamedOperand() argument 922 getNamedImmOperand(const MachineInstr &MI, unsigned OpName) const getNamedImmOperand() argument 935 getMCOpcodeFromPseudo(unsigned Opcode) const getMCOpcodeFromPseudo() argument [all...] |
| H A D | SIMachineScheduler.h | 110 unsigned getID() const { return ID; } in getID() argument 122 const std::vector<SIScheduleBlock*>& getPreds() const { return Preds; } in getPreds() argument 124 getSuccs() const { return Succs; } in getSuccs() argument 129 unsigned getNumHighLatencySuccessors() const { in getNumHighLatencySuccessors() argument 487 getVGPRSetID() const getVGPRSetID() argument 488 getSGPRSetID() const getSGPRSetID() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 241 tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst, uint64_t Address) const tryDecodeInst() argument 268 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes_, uint64_t Address, raw_ostream &CS) const getInstruction() argument 422 convertSDWAInst(MCInst &MI) const convertSDWAInst() argument 442 convertDPP8Inst(MCInst &MI) const convertDPP8Inst() argument 463 convertMIMGInst(MCInst &MI) const convertMIMGInst() argument 593 getRegClassName(unsigned RegClassID) const getRegClassName() argument 599 errOperand(unsigned V, const Twine& ErrMsg) const errOperand() argument 609 createRegOperand(unsigned int RegId) const createRegOperand() argument 614 createRegOperand(unsigned RegClassID, unsigned Val) const createRegOperand() argument 624 createSRegOperand(unsigned SRegClassID, unsigned Val) const createSRegOperand() argument 663 decodeOperand_VS_32(unsigned Val) const decodeOperand_VS_32() argument 667 decodeOperand_VS_64(unsigned Val) const decodeOperand_VS_64() argument 671 decodeOperand_VS_128(unsigned Val) const decodeOperand_VS_128() argument 675 decodeOperand_VSrc16(unsigned Val) const decodeOperand_VSrc16() argument 679 decodeOperand_VSrcV216(unsigned Val) const decodeOperand_VSrcV216() argument 683 decodeOperand_VGPR_32(unsigned Val) const decodeOperand_VGPR_32() argument 692 decodeOperand_VRegOrLds_32(unsigned Val) const decodeOperand_VRegOrLds_32() argument 696 decodeOperand_AGPR_32(unsigned Val) const decodeOperand_AGPR_32() argument 700 decodeOperand_AReg_128(unsigned Val) const decodeOperand_AReg_128() argument 704 decodeOperand_AReg_512(unsigned Val) const decodeOperand_AReg_512() argument 708 decodeOperand_AReg_1024(unsigned Val) const decodeOperand_AReg_1024() argument 712 decodeOperand_AV_32(unsigned Val) const decodeOperand_AV_32() argument 716 decodeOperand_AV_64(unsigned Val) const decodeOperand_AV_64() argument 720 decodeOperand_VReg_64(unsigned Val) const decodeOperand_VReg_64() argument 724 decodeOperand_VReg_96(unsigned Val) const decodeOperand_VReg_96() argument 728 decodeOperand_VReg_128(unsigned Val) const decodeOperand_VReg_128() argument 732 decodeOperand_VReg_256(unsigned Val) const decodeOperand_VReg_256() argument 736 decodeOperand_VReg_512(unsigned Val) const decodeOperand_VReg_512() argument 740 decodeOperand_SReg_32(unsigned Val) const decodeOperand_SReg_32() argument 747 decodeOperand_SReg_32_XM0_XEXEC( unsigned Val) const decodeOperand_SReg_32_XM0_XEXEC() argument 753 decodeOperand_SReg_32_XEXEC_HI( unsigned Val) const decodeOperand_SReg_32_XEXEC_HI() argument 759 decodeOperand_SRegOrLds_32(unsigned Val) const decodeOperand_SRegOrLds_32() argument 766 decodeOperand_SReg_64(unsigned Val) const decodeOperand_SReg_64() argument 770 decodeOperand_SReg_64_XEXEC(unsigned Val) const decodeOperand_SReg_64_XEXEC() argument 774 decodeOperand_SReg_128(unsigned Val) const decodeOperand_SReg_128() argument 778 decodeOperand_SReg_256(unsigned Val) const decodeOperand_SReg_256() argument 782 decodeOperand_SReg_512(unsigned Val) const decodeOperand_SReg_512() argument 786 decodeLiteralConstant() const decodeLiteralConstant() argument 907 getVgprClassId(const OpWidthTy Width) const getVgprClassId() argument 922 getAgprClassId(const OpWidthTy Width) const getAgprClassId() argument 940 getSgprClassId(const OpWidthTy Width) const getSgprClassId() argument 957 getTtmpClassId(const OpWidthTy Width) const getTtmpClassId() argument 974 getTTmpIdx(unsigned Val) const getTTmpIdx() argument 985 decodeSrcOp(const OpWidthTy Width, unsigned Val) const decodeSrcOp() argument [all...] |