HomeSort by relevance Sort by last modified time
    Searched defs:SExt (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.h 51 enum { SExt, ZExt };
  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 14 // d = sext i32 a to i64
18 // f = sext i32 b to i64
24 // sext operations, i.e., it gives up when a sext would have forked (e.g., if a
84 // sext instructions.
106 /// Check if it is profitable to move a sext through this instruction.
109 /// - Inst has only one operand that will require a sext operation (we do
110 /// do not create new sext operation).
113 /// Check if it is possible and legal to move a sext through this
117 /// - Other sext operation
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 38 const Attributes SExt = 1<<1; ///< Sign extended before/after call
103 ZExt | SExt,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 25 static const uint64_t SExt = 1ULL<<1; ///< Sign extended
53 bool isSExt() const { return Flags & SExt; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 34 SExt, // The value is sign extended in the location.
127 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 36 SExt, // The value is sign extended in the location.
155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 30 static const uint64_t SExt = 1ULL<<1; ///< Sign extended
73 bool isSExt() const { return Flags & SExt; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 36 SExt, // The value is sign extended in the location.
155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CallingConvLower.h 36 SExt, // The value is sign extended in the location.
155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CallingConvLower.h 36 SExt, // The value is sign extended in the location.
155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 36 SExt, // The value is sign extended in the location.
155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CallingConvLower.h 36 SExt, // The value is sign extended in the location.
155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CallingConvLower.h 36 SExt, // The value is sign extended in the location.
155 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
CallingConvLower.h 37 SExt, // The value is sign extended in the location.
156 return (HTP == AExt || HTP == SExt || HTP == ZExt);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 685 if (Attrs.hasAttribute(i+1, Attribute::SExt))
805 const SExtInst *SExt = cast<SExtInst>(I);
807 const Value *Op = SExt->getOperand(0);
809 MVT::SimpleValueType To = getLegalType(getSimpleType(SExt->getType()));
814 updateValueMap(SExt, Reg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 148 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
149 const SCEV *Op = SExt->getOperand();
150 OS << "(sext " << *Op->getType() << " " << *Op << " to "
151 << *SExt->getType() << ")";
817 // trunc(sext(x)) --> sext(x) if widening or trunc(x) if narrowing
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 157 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
158 const SCEV *Op = SExt->getOperand();
159 OS << "(sext " << *Op->getType() << " " << *Op << " to "
160 << *SExt->getType() << ")";
771 DenominatorVal = DenominatorVal.sext(NumeratorBW);
773 NumeratorVal = NumeratorVal.sext(DenominatorBW);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 667 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(),
669 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
    [all...]

Completed in 626 milliseconds

1 2