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

1 2 34 5 6 7 8

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
export_test.go 54 if s.Type.IsSigned() {
type_test.go 31 func (t *TypeImpl) IsSigned() bool { return t.Signed }
rewritedec64.go 202 // cond: is64BitInt(v.Type) && !config.BigEndian && v.Type.IsSigned()
207 if !(is64BitInt(v.Type) && !config.BigEndian && v.Type.IsSigned()) {
222 // cond: is64BitInt(v.Type) && !config.BigEndian && !v.Type.IsSigned()
227 if !(is64BitInt(v.Type) && !config.BigEndian && !v.Type.IsSigned()) {
242 // cond: is64BitInt(v.Type) && config.BigEndian && v.Type.IsSigned()
247 if !(is64BitInt(v.Type) && config.BigEndian && v.Type.IsSigned()) {
262 // cond: is64BitInt(v.Type) && config.BigEndian && !v.Type.IsSigned()
267 if !(is64BitInt(v.Type) && config.BigEndian && !v.Type.IsSigned()) {
331 // cond: t.IsSigned()
336 if !(t.IsSigned()) {
    [all...]
decompose.go 30 if t.IsSigned() {
169 if v.Type.IsSigned() {
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 227 Info.IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
659 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
682 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageOffset);
    [all...]
  /external/eigen/test/
integer_types.cpp 57 VERIFY(int(NumTraits<Scalar>::IsSigned) == is_signed);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritedec64.go 202 // cond: is64BitInt(v.Type) && !config.BigEndian && v.Type.IsSigned()
207 if !(is64BitInt(v.Type) && !config.BigEndian && v.Type.IsSigned()) {
222 // cond: is64BitInt(v.Type) && !config.BigEndian && !v.Type.IsSigned()
227 if !(is64BitInt(v.Type) && !config.BigEndian && !v.Type.IsSigned()) {
242 // cond: is64BitInt(v.Type) && config.BigEndian && v.Type.IsSigned()
247 if !(is64BitInt(v.Type) && config.BigEndian && v.Type.IsSigned()) {
262 // cond: is64BitInt(v.Type) && config.BigEndian && !v.Type.IsSigned()
267 if !(is64BitInt(v.Type) && config.BigEndian && !v.Type.IsSigned()) {
331 // cond: t.IsSigned()
336 if !(t.IsSigned()) {
    [all...]
decompose.go 30 if t.IsSigned() {
169 if v.Type.IsSigned() {
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 72 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri);
81 if (IsSigned)
87 if (IsSigned)
94 if (Is64Bit && IsSigned)
145 O << '\t' << (IsSigned ? "sbfiz" : "ubfiz") << '\t'
153 O << '\t' << (IsSigned ? "sbfx" : "ubfx") << '\t'
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 404 getSPIRVFuncName(Op OC, const Type *pRetTy, bool IsSigned) {
460 getPostfixForReturnType(CallInst *CI, bool IsSigned) {
461 return getPostfixForReturnType(CI->getType(), IsSigned);
464 std::string getPostfixForReturnType(const Type *pRetTy, bool IsSigned) {
466 mapLLVMTypeToOCLType(pRetTy, IsSigned);
983 bool Signed = Info.IsSigned;
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 117 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
118 if (IsSigned) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 168 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
169 if (IsSigned) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 50 bool IsSigned) {
51 if (!IsSigned)
62 Constant *In2, bool IsSigned = false) {
71 IsSigned))
79 IsSigned);
84 bool IsSigned) {
85 if (!IsSigned)
97 Constant *In2, bool IsSigned = false) {
106 IsSigned))
114 IsSigned);
    [all...]
  /external/v8/src/
machine-type.h 77 bool IsSigned() {
207 bool isSigned = true) {
214 return isSigned ? MachineType::Int8() : MachineType::Uint8();
216 return isSigned ? MachineType::Int16() : MachineType::Uint16();
218 return isSigned ? MachineType::Int32() : MachineType::Uint32();
220 return isSigned ? MachineType::Int64() : MachineType::Uint64();
  /external/pdfium/third_party/base/numerics/
safe_conversions_impl.h 352 template <size_t Size, bool IsSigned>
378 template <typename Integer, bool IsSigned = std::is_signed<Integer>::value>
382 IsSigned>::type;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ssa.go 29 if t.IsSigned() {
35 if t.IsSigned() {
579 case v.Op == ssa.OpARMMOVBreg && t.Size() == 1 && t.IsSigned(),
580 v.Op == ssa.OpARMMOVBUreg && t.Size() == 1 && !t.IsSigned(),
581 v.Op == ssa.OpARMMOVHreg && t.Size() == 2 && t.IsSigned(),
582 v.Op == ssa.OpARMMOVHUreg && t.Size() == 2 && !t.IsSigned():
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ssa.go 37 if t.IsSigned() {
43 if t.IsSigned() {
354 case v.Op == ssa.OpMIPSMOVBreg && t.Size() == 1 && t.IsSigned(),
355 v.Op == ssa.OpMIPSMOVBUreg && t.Size() == 1 && !t.IsSigned(),
356 v.Op == ssa.OpMIPSMOVHreg && t.Size() == 2 && t.IsSigned(),
357 v.Op == ssa.OpMIPSMOVHUreg && t.Size() == 2 && !t.IsSigned():

Completed in 2197 milliseconds

1 2 34 5 6 7 8