HomeSort by relevance Sort by last modified time
    Searched refs:IsSigned (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 380 /// IsSigned - True if this is a sleb128, false if uleb128.
381 bool IsSigned;
387 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
396 bool isSigned() const { return IsSigned; }
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 102 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned,
145 if (IsSigned != IsSExtInst)
149 IsSigned = IsSExtInst;
200 bool IsSigned = false;
352 IsSigned, VisitedInsts, CastInsts))
364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 385 bool IsSigned;
393 BuiltinArgTypeMangleInfo():IsSigned(true), IsVoidPtr(false), IsEnum(false),
462 Info.IsSigned = !isArgUnsigned(Ndx);
598 std::string getSPIRVFuncName(Op OC, const Type *pRetTy, bool IsSigned = false);
789 std::string getPostfixForReturnType(CallInst *CI, bool IsSigned = false);
790 std::string getPostfixForReturnType(const Type *pRetTy, bool IsSigned = false);
793 getScalarOrVectorConstantInt(Type *T, uint64_t V, bool isSigned = false);
802 bool isSigned = false);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 17 IsSigned() bool
61 func (t *CompilerType) IsSigned() bool { return false }
94 func (t *TupleType) IsSigned() bool { return false }
export_test.go 54 if s.Type.IsSigned() {
type_test.go 31 func (t *TypeImpl) IsSigned() bool { return t.Signed }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 17 IsSigned() bool
61 func (t *CompilerType) IsSigned() bool { return false }
94 func (t *TupleType) IsSigned() bool { return false }
  /external/eigen/Eigen/src/Core/
MathFunctions.h 545 eigen_assert(!NumTraits<ScalarY>::IsSigned || y >= 0);
588 return run(Scalar(NumTraits<Scalar>::IsSigned ? -1 : 0), Scalar(1));
644 typedef typename conditional<NumTraits<Scalar>::IsSigned,std::ptrdiff_t,std::size_t>::type ScalarX;
665 return run(Scalar(NumTraits<Scalar>::IsSigned ? -10 : 0), Scalar(10));
670 offset = NumTraits<Scalar>::IsSigned ? (1 << (EIGEN_PLAIN_ENUM_MIN(rand_bits,scalar_bits)-1)) : 0
1064 typename internal::enable_if<NumTraits<T>::IsSigned || NumTraits<T>::IsComplex,typename NumTraits<T>::Real>::type
1072 typename internal::enable_if<!(NumTraits<T>::IsSigned || NumTraits<T>::IsComplex),typename NumTraits<T>::Real>::type
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 333 /// IsSigned - True if this is a sleb128, false if uleb128.
334 bool IsSigned;
340 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); }
347 bool isSigned() const { return IsSigned; }
  /external/clang/include/clang/Basic/
TargetInfo.h 271 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
275 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 273 virtual IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
277 bool IsSigned) const;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
ssa.go 28 if t.IsSigned() {
34 if t.IsSigned() {
40 if t.IsSigned() {
501 case v.Op == ssa.OpARM64MOVBreg && t.Size() == 1 && t.IsSigned(),
502 v.Op == ssa.OpARM64MOVBUreg && t.Size() == 1 && !t.IsSigned(),
503 v.Op == ssa.OpARM64MOVHreg && t.Size() == 2 && t.IsSigned(),
504 v.Op == ssa.OpARM64MOVHUreg && t.Size() == 2 && !t.IsSigned(),
505 v.Op == ssa.OpARM64MOVWreg && t.Size() == 4 && t.IsSigned(),
506 v.Op == ssa.OpARM64MOVWUreg && t.Size() == 4 && !t.IsSigned():
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
ssa.go 28 if t.IsSigned() {
34 if t.IsSigned() {
40 if t.IsSigned() {
501 case v.Op == ssa.OpARM64MOVBreg && t.Size() == 1 && t.IsSigned(),
502 v.Op == ssa.OpARM64MOVBUreg && t.Size() == 1 && !t.IsSigned(),
503 v.Op == ssa.OpARM64MOVHreg && t.Size() == 2 && t.IsSigned(),
504 v.Op == ssa.OpARM64MOVHUreg && t.Size() == 2 && !t.IsSigned(),
505 v.Op == ssa.OpARM64MOVWreg && t.Size() == 4 && t.IsSigned(),
506 v.Op == ssa.OpARM64MOVWUreg && t.Size() == 4 && !t.IsSigned():

Completed in 1942 milliseconds

1 23 4 5 6 7 8