Searched defs:SExt (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator in enum:llvm::HexagonEvaluator::ExtType::__anon5136
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp170 SExt, enumerator in enum:__anon4561::Polynomial::BOps
H A DCodeGenPrepare.cpp3966 promoteOperandForTruncAndAnyExt( Instruction *SExt, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h37 SExt, // The value is sign extended in the location. enumerator in enum:llvm::CCValAssign::LocInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h281 void setSignExt(bool SExt) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp983 const auto *SExt = cast<SExtInst>(I); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp265 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); local
2231 const SCEV *SExt = getSignExtendExpr(Op, Ty); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp789 Value *SExt = cast<Instruction>(Src)->getOperand(0); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1176 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), local
H A DTargetLowering.cpp3281 bool SExt = (N0Opc == ISD::SIGN_EXTEND); local
H A DDAGCombiner.cpp3211 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, N1.getOperand(0)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2179 SDValue SExt = local

Completed in 278 milliseconds