Searched refs:getBoolExtOp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.cpp | 191 auto BoolExtOp = getBoolExtOp(SrcTy.isVector(), false); in buildInstr()
|
| H A D | MachineIRBuilder.cpp | 513 unsigned MachineIRBuilder::getBoolExtOp(bool IsVec, bool IsFP) const { in getBoolExtOp() function in MachineIRBuilder 528 unsigned ExtOp = getBoolExtOp(getMRI()->getType(Op.getReg()).isVector(), IsFP); in buildBoolExt()
|
| H A D | LegalizerHelper.cpp | 2526 unsigned BoolExtOp = MIRBuilder.getBoolExtOp(WideTy.isVector(), false); in widenScalarAddSubOverflow() 3001 widenScalarSrc(MI, WideTy, 1, MIRBuilder.getBoolExtOp(IsVec, false)); in widenScalar() 3155 widenScalarSrc(MI, WideTy, 0, MIRBuilder.getBoolExtOp(false, false)); in widenScalar() 8197 MIRBuilder.getBoolExtOp(DstTy.isVector(), /*isFP=*/false); in lowerThreewayCompare()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 735 unsigned getBoolExtOp(bool IsVec, bool IsFP) const;
|