Searched refs:validateShiftOp (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 208 void MachineIRBuilder::validateShiftOp(const LLT &Res, const LLT &Op0, in validateShiftOp() function in MachineIRBuilder 987 validateShiftOp(DstOps[0].getLLTTy(*getMRI()), in buildInstr()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 176 void MachineIRBuilder::validateShiftOp(const LLT Res, const LLT Op0, in validateShiftOp() function in MachineIRBuilder 1030 validateShiftOp(DstOps[0].getLLTTy(*getMRI()), in buildInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 229 void validateShiftOp(const LLT &Res, const LLT &Op0, const LLT &Op1);
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 229 void validateShiftOp(const LLT Res, const LLT Op0, const LLT Op1);
|