Home
last modified time | relevance | path

Searched defs:Sext (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DMVELaneInterleavingPass.cpp340 bool Sext = isa<SExtInst>(I); in tryInterleave() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp120 bool Sext; member in __anon4c87388c0111::SDWASrcOperand
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1363 SExtInst &Sext) { in transformSExtICmp()
1495 Instruction *InstCombinerImpl::visitSExt(SExtInst &Sext) { in visitSExt()
DInstCombineAndOrXor.cpp2020 Value *Sext = Builder.CreateSExt(X, Ty); in visitAnd() local
3965 Value *Sext = Builder.CreateSExt(NotX, SextTy); in foldNot() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp746 auto *Sext = B.CreateSExt(BO, Instr->getType(), Instr->getName() + ".sext"); in narrowSDivOrSRem() local
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml116 | Sext Constructor
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp77 bool Sext = false; member
3183 bool Sext = trySkipId("sext"); in parseRegOrImmWithIntInputMods() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBuiltin.cpp13160 Value *Sext = Builder.CreateSExt(Cmp, IntVecTy); in EmitX86BuiltinExpr() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp52856 bool Sext = Ext->getOpcode() == ISD::SIGN_EXTEND; in promoteExtBeforeAdd() local