Searched refs:validateTruncExt (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 910 void MachineIRBuilder::validateTruncExt(const LLT &DstTy, const LLT &SrcTy, in validateTruncExt() function in MachineIRBuilder 997 validateTruncExt(DstOps[0].getLLTTy(*getMRI()), in buildInstr() 1004 validateTruncExt(DstOps[0].getLLTTy(*getMRI()), in buildInstr()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 939 void MachineIRBuilder::validateTruncExt(const LLT DstTy, const LLT SrcTy, in validateTruncExt() function in MachineIRBuilder 1040 validateTruncExt(DstOps[0].getLLTTy(*getMRI()), in buildInstr() 1047 validateTruncExt(DstOps[0].getLLTTy(*getMRI()), in buildInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 226 void validateTruncExt(const LLT &Dst, const LLT &Src, bool IsExtend);
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 225 void validateTruncExt(const LLT Dst, const LLT Src, bool IsExtend);
|