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

  /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 // Moreover, the current heuristic is simple: it does not create new sext
25 // operations, i.e., it gives up when a sext would have forked (e.g., if
85 // sext instructions.
107 /// Check if it is profitable to move a sext through this instruction.
110 /// - Inst has only one operand that will require a sext operation (we do
111 /// do not create new sext operation).
114 /// Check if it is possible and legal to move a sext through this
118 /// - Other sext operation
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 31 static const uint64_t SExt = 1ULL<<1; ///< Sign extended
67 bool isSExt() const { return Flags & SExt; }
  /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/lib/Analysis/
ScalarEvolution.cpp 153 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
154 const SCEV *Op = SExt->getOperand();
155 OS << "(sext " << *Op->getType() << " " << *Op << " to "
156 << *SExt->getType() << ")";
769 DenominatorVal = DenominatorVal.sext(NumeratorBW);
771 NumeratorVal = NumeratorVal.sext(DenominatorBW);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 87 | Sext
187 | SExt
748 | Attribute.Sext -> Int32.shift_left 1l 1
784 checkattr Attribute.Sext;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]

Completed in 288 milliseconds