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

  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 50 enum BankSwizzle {
120 const std::vector<R600InstrInfo::BankSwizzle> &Swz,
122 R600InstrInfo::BankSwizzle TransSwz) const;
126 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate,
128 R600InstrInfo::BankSwizzle TransSwz) const;
131 /// returns true and the first (in lexical order) BankSwizzle affectation
136 /// Trans ALU. In this case, ValidTSwizzle returns the BankSwizzle value to
141 std::vector<BankSwizzle> &BS,
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 712 int BankSwizzle = MI->getOperand(OpNo).getImm();
713 switch (BankSwizzle) {

Completed in 73 milliseconds