Searched refs:IsVec (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp424 unsigned MachineIRBuilder::getBoolExtOp(bool IsVec, bool IsFP) const { argument
426 switch (TLI->getBooleanContents(IsVec, IsFP)) {
H A DLegalizerHelper.cpp1638 bool IsVec = MRI.getType(MI.getOperand(1).getReg()).isVector(); local
1640 widenScalarSrc(MI, WideTy, 1, MIRBuilder.getBoolExtOp(IsVec, false));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h550 unsigned getBoolExtOp(bool IsVec, bool IsFP) const;

Completed in 123 milliseconds