HomeSort by relevance Sort by last modified time
    Searched defs:IsSigned (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 77 bool IsSigned);
272 bool IsSigned) {
288 if ((!IsSigned || SE->isKnownNonNegative(S)) &&
289 SE->isKnownPredicate(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
295 if (IsSigned && !SE->isKnownNonNegative(LessOne))
298 if (!SE->isKnownPredicate(IsSigned ?
430 bool IsSigned = Rem->getOpcode() == Instruction::SRem;
431 if (IsSigned || Rem->getOpcode() == Instruction::URem) {
432 eliminateIVRemainder(Rem, IVOperand, IsSigned);
  /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();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /external/capstone/arch/AArch64/
AArch64InstPrinter.c 85 bool IsSigned = (Opcode == AArch64_SBFMXri || Opcode == AArch64_SBFMWri);
95 if (IsSigned)
101 if (IsSigned)
108 if (Is64Bit && IsSigned)
190 SStream_concat(O, "%s\t%s, %s, ", (IsSigned ? "sbfiz" : "ubfiz"),
197 MCInst_setOpcodePub(MI, AArch64_map_insn(IsSigned ? "sbfiz" : "ubfiz"));
218 SStream_concat(O, "%s\t%s, %s, ", (IsSigned ? "sbfx" : "ubfx"),
225 MCInst_setOpcodePub(MI, AArch64_map_insn(IsSigned ? "sbfx" : "ubfx"));
    [all...]
  /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/Eigen/src/Core/arch/CUDA/
Half.h 524 IsSigned = true,
  /external/llvm/include/llvm/MC/
MCFragment.h 376 /// IsSigned - True if this is a sleb128, false if uleb128.
377 bool IsSigned;
383 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
392 bool isSigned() const { return IsSigned; }
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 135 IsSigned(ItIsSigned){
139 SPIRVTypeInt():SPIRVType(OC), BitWidth(0), IsSigned(false){}
142 bool isSigned() const { return IsSigned;}
153 _SPIRV_DEF_ENCDEC3(Id, BitWidth, IsSigned)
160 bool IsSigned; // Whether it is signed
  /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/darwin-x86/clang-4393122/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-4479392/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-4579689/include/llvm/Analysis/
TargetTransformInfo.h 490 bool hasDivRemOp(Type *DataType, bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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-4630689/include/llvm/Analysis/
TargetTransformInfo.h 490 bool hasDivRemOp(Type *DataType, bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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-4639204/include/llvm/Analysis/
TargetTransformInfo.h 490 bool hasDivRemOp(Type *DataType, bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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-4691093/include/llvm/Analysis/
TargetTransformInfo.h 490 bool hasDivRemOp(Type *DataType, bool IsSigned) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCFragment.h 387 /// IsSigned - True if this is a sleb128, false if uleb128.
388 bool IsSigned;
394 : MCFragment(FT_LEB, false, 0, Sec), Value(&Value_), IsSigned(IsSigned_) {
403 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; }
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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; }

Completed in 420 milliseconds

12 3 4