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