Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp429 unsigned MachineIRBuilder::getBoolExtOp(bool IsVec, bool IsFP) const { in getBoolExtOp() argument
431 switch (TLI->getBooleanContents(IsVec, IsFP)) { in getBoolExtOp()
DLegalizerHelper.cpp2252 bool IsVec = MRI.getType(MI.getOperand(1).getReg()).isVector(); in widenScalar() local
2254 widenScalarSrc(MI, WideTy, 1, MIRBuilder.getBoolExtOp(IsVec, false)); in widenScalar()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h644 unsigned getBoolExtOp(bool IsVec, bool IsFP) const;