HomeSort by relevance Sort by last modified time
    Searched defs:BankSwizzle (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
R600InstrInfo.h 42 enum BankSwizzle {
96 const std::vector<R600InstrInfo::BankSwizzle> &Swz,
98 R600InstrInfo::BankSwizzle TransSwz) const;
102 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate,
104 R600InstrInfo::BankSwizzle TransSwz) const;
107 /// returns true and the first (in lexical order) BankSwizzle affectation
112 /// Trans ALU. In this case, ValidTSwizzle returns the BankSwizzle value to
117 std::vector<BankSwizzle> &BS,
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 178 int BankSwizzle = MI->getOperand(OpNo).getImm();
179 switch (BankSwizzle) {

Completed in 2547 milliseconds