Searched refs:Sext (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp145 bool Sext; member in class:__anon3989::SDWASrcOperand
152 SrcSel(SrcSel_), Abs(Abs_), Neg(Neg_), Sext(Sext_) {}
160 bool getSext() const { return Sext; }
344 assert(!Sext &&
348 } else if (Sext) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp98 bool Sext = false; member in struct:__anon3940::AMDGPUOperand::Modifiers
101 bool hasIntModifiers() const { return Sext; }
113 Operand |= Sext ? SISrcMods::SEXT : 0u;
946 OS << "abs:" << Mods.Abs << " neg: " << Mods.Neg << " sext:" << Mods.Sext;
2673 bool Sext = trySkipId("sext"); local
2674 if (Sext && !skipToken(AsmToken::LParen, "expected left paren after sext"))
2684 return Sext? MatchOperand_ParseFail : Res;
2687 if (Sext && !skipToken(AsmToken::RParen, "expected closing parentheses"))
2691 Mods.Sext = Sext;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1858 Value *Sext = Builder.CreateSExt(X, I.getType()); local
1860 return BinaryOperator::CreateLShr(Sext, ShAmtC);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp11844 Value *Sext = Builder.CreateSExt(Cmp, IntVecTy);
11845 return Builder.CreateBitCast(Sext, FPVecTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 294 milliseconds