Home
last modified time | relevance | path

Searched refs:BankSwizzle (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h60 enum BankSwizzle { enum
124 const std::vector<R600InstrInfo::BankSwizzle> &Swz,
126 R600InstrInfo::BankSwizzle TransSwz) const;
130 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate,
132 R600InstrInfo::BankSwizzle TransSwz) const;
145 std::vector<BankSwizzle> &BS,
DR600InstrInfo.cpp375 R600InstrInfo::BankSwizzle Swz) { in Swizzle()
402 static unsigned getTransSwizzle(R600InstrInfo::BankSwizzle Swz, unsigned Op) { in getTransSwizzle()
431 const std::vector<R600InstrInfo::BankSwizzle> &Swz, in isLegalUpTo()
433 R600InstrInfo::BankSwizzle TransSwz) const { in isLegalUpTo()
480 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate, in NextPossibleSolution()
492 SwzCandidate[ResetIdx] = (R600InstrInfo::BankSwizzle)NextSwizzle; in NextPossibleSolution()
500 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate, in FindSwizzleForVectorSlot()
502 R600InstrInfo::BankSwizzle TransSwz) const { in FindSwizzleForVectorSlot()
515 isConstCompatible(R600InstrInfo::BankSwizzle TransSwz, in isConstCompatible()
537 std::vector<BankSwizzle> &ValidSwizzle, in fitsReadPortLimitations()
[all …]
DR600Packetizer.cpp228 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI()
296 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1361 int BankSwizzle = MI->getOperand(OpNo).getImm(); in printBankSwizzle() local
1362 switch (BankSwizzle) { in printBankSwizzle()