Home
last modified time | relevance | path

Searched refs:RotOp (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp108 struct RotOp : public SetIntBinOp { struct
111 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() function
207 addOperator("rotl", new RotOp(false)); in SetTheory()
208 addOperator("rotr", new RotOp(true)); in SetTheory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DSetTheory.cpp125 struct RotOp : public SetIntBinOp { struct
128 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument
264 addOperator("rotl", llvm::make_unique<RotOp>(false)); in SetTheory()
265 addOperator("rotr", llvm::make_unique<RotOp>(true)); in SetTheory()
/external/llvm/lib/TableGen/
DSetTheory.cpp114 struct RotOp : public SetIntBinOp { struct
117 RotOp(bool Rev) : Reverse(Rev) {} in RotOp() argument
253 addOperator("rotl", llvm::make_unique<RotOp>(false)); in SetTheory()
254 addOperator("rotr", llvm::make_unique<RotOp>(true)); in SetTheory()