Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp431 unsigned MachineIRBuilder::getBoolExtOp(bool IsVec, bool IsFP) const { in getBoolExtOp() argument
433 switch (TLI->getBooleanContents(IsVec, IsFP)) { in getBoolExtOp()
H A DLegalizerHelper.cpp2089 bool IsVec = MRI.getType(MI.getOperand(1).getReg()).isVector(); in widenScalar() local
2091 widenScalarSrc(MI, WideTy, 1, MIRBuilder.getBoolExtOp(IsVec, false)); in widenScalar()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h652 unsigned getBoolExtOp(bool IsVec, bool IsFP) const;