Searched refs:BankSwizzle (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | R600InstrInfo.h | 42 enum BankSwizzle { enum 110 const std::vector<R600InstrInfo::BankSwizzle> &Swz, 112 R600InstrInfo::BankSwizzle TransSwz) const; 116 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate, 118 R600InstrInfo::BankSwizzle TransSwz) const; 131 std::vector<BankSwizzle> &BS,
|
| HD | R600InstrInfo.cpp | 388 R600InstrInfo::BankSwizzle Swz) { in Swizzle() 416 getTransSwizzle(R600InstrInfo::BankSwizzle Swz, unsigned Op) { in getTransSwizzle() 445 const std::vector<R600InstrInfo::BankSwizzle> &Swz, in isLegalUpTo() 447 R600InstrInfo::BankSwizzle TransSwz) const { in isLegalUpTo() 494 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate, in NextPossibleSolution() 506 SwzCandidate[ResetIdx] = (R600InstrInfo::BankSwizzle)NextSwizzle; in NextPossibleSolution() 514 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate, in FindSwizzleForVectorSlot() 516 R600InstrInfo::BankSwizzle TransSwz) const { in FindSwizzleForVectorSlot() 529 isConstCompatible(R600InstrInfo::BankSwizzle TransSwz, in isConstCompatible() 551 std::vector<BankSwizzle> &ValidSwizzle, in fitsReadPortLimitations() [all …]
|
| HD | R600Packetizer.cpp | 231 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() 296 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket()
|
| /trueos/contrib/llvm/lib/Target/R600/InstPrinter/ |
| HD | AMDGPUInstPrinter.cpp | 239 int BankSwizzle = MI->getOperand(OpNo).getImm(); in printBankSwizzle() local 240 switch (BankSwizzle) { in printBankSwizzle()
|