Searched defs:IsSigned (Results 1 - 25 of 61) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h72 bool IsSigned = false; member in struct:llvm::WideIVInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayout.h74 unsigned IsSigned : 1; member in struct:clang::CodeGen::CGBitFieldInfo
99 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned, argument
H A DCGRecordLayoutBuilder.cpp851 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, argument
79 GetIntegerSemantics(unsigned Width, bool IsSigned) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp58 fromKnownBits(const KnownBits &Known, bool IsSigned) argument
H A DIRBuilder.cpp390 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { argument
396 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp428 bool IsSigned = BinOp == AtomicRMWInst::Min || BinOp == AtomicRMWInst::Max; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h952 bool IsSigned = false; member in struct:llvm::OpenMPIRBuilder::AtomicOpValue
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h257 bool IsSigned = false; member in class:llvm::RecurrenceDescriptor
H A DTargetTransformInfo.h1343 bool IsSigned; ///< Whether the operation is a signed int reduction. member in struct:llvm::TargetTransformInfo::ReductionFlags
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc115 bool IsSigned = Data->Type.isSignedIntegerTy(); local
154 bool IsSigned = Data->Type.isSignedIntegerTy(); local
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc113 bool IsSigned = Data->Type.isSignedIntegerTy(); local
150 bool IsSigned = Data->Type.isSignedIntegerTy(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp386 bool M68kInstrInfo::ExpandMOVSZX_RR(MachineInstrBuilder &MIB, bool IsSigned, argument
435 bool M68kInstrInfo::ExpandMOVSZX_RM(MachineInstrBuilder &MIB, bool IsSigned, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp40 LLVMCreateGenericValueOfInt(LLVMTypeRef Ty, unsigned long long N, LLVMBool IsSigned) argument
73 LLVMGenericValueToInt(LLVMGenericValueRef GenValRef, LLVMBool IsSigned) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp184 bool IsSigned = TI.isTypeSigned(Ty); local
212 bool IsSigned = TI.isTypeSigned(Ty); local
237 bool IsSigned = TI.isTypeSigned(Ty); local
248 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, argument
261 DefineFastIntType(unsigned TypeWidth, bool IsSigned, const TargetInfo &TI, MacroBuilder &Builder) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp118 bool IsSigned = false; local
259 bool IsSigned = false; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h417 bool IsSigned; member in class:llvm::MCLEBFragment
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp513 bool IsSigned = I.getOpcode() == G_SREM || I.getOpcode() == G_SDIV; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp359 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1029 bool IsSigned = false; local
573 getRegForPromotedValue(const Value *V, bool IsSigned) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp725 bool IsSigned = I.getOpcode() == Instruction::SDiv; local
690 multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, bool IsSigned) argument
698 isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, bool IsSigned) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp213 bool IsSigned = Data->Type.isSignedIntegerTy(); local
252 bool IsSigned = Data->Type.isSignedIntegerTy(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp80 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp422 bool IsSigned = (Opcode == ISD::SDIVREM); local

Completed in 232 milliseconds

123