Home
last modified time | relevance | path

Searched defs:IsSigned (Results 1 – 25 of 98) sorted by relevance

1234

/external/clang/lib/Frontend/
DInitPreprocessor.cpp202 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local
230 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local
250 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local
261 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
274 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyIndVar.cpp191 bool IsSigned) { in eliminateIVRemainder()
253 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
422 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in simplifyIVUsers() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp83 bool IsSigned = DivInst->getOpcode() == Instruction::SDiv; in optimizeDivRem() local
DInductiveRangeCheckElimination.cpp159 bool IsSigned = true; member in __anon3167cb7c0111::InductiveRangeCheck
314 Value *&Length, bool &IsSigned) { in parseRangeCheckICmp()
393 bool IsSigned; in extractRangeChecksFromCond() local
727 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local
775 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
DIndVarSimplify.cpp851 bool IsSigned = false; member
861 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local
1045 bool IsSigned, Instruction *Use) { in createExtendInst()
1094 bool IsSigned = getExtendKind(NarrowDef) == SignExtended; in cloneBitwiseIVUser() local
1349 bool IsSigned = getExtendKind(DU.NarrowDef) == SignExtended; in widenLoopCompare() local
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h987 bool IsSigned, roundingMode RM, in convertToInteger()
995 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1000 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1006 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h1070 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1077 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1082 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1088 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/external/clang/lib/CodeGen/
DCGRecordLayout.h75 unsigned IsSigned : 1; member
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp27 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
59 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp272 bool IsSigned) { in eliminateIVRemainder()
430 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
DLoopUtils.cpp102 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned, in getSourceExtensionKind()
200 bool IsSigned = false; in AddReductionVar() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp726 bool IsSigned; // Was an sext user seen before a zext? member
751 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitCast() local
799 bool IsSigned; member in __anon96a4bab20311::WidenIV
863 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp43 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
75 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/v8/src/
Dmachine-type.h84 constexpr bool IsSigned() const { in IsSigned() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h248 bool IsSigned = false; variable
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2096 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local
4868 bool IsSigned = false; in tryBFE() local
5201 bool IsSigned) { in GetConvertOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp625 bool IsSigned) { in multiplyOverflows()
633 bool IsSigned) { in isMultiple()
659 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
DInstCombineAddSub.cpp1020 static bool MatchRem(Value *E, Value *&Op, APInt &C, bool &IsSigned) { in MatchRem()
1042 static bool MatchDiv(Value *E, Value *&Op, APInt &C, bool IsSigned) { in MatchDiv()
1063 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow()
1078 bool IsSigned; in SimplifyAddWithRemainder() local
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc111 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local
145 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h254 bool IsSigned; variable
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp955 bool IsSigned) { in PPCMoveToFPReg()
999 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1074 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg()
1108 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1684 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local
3390 bool IsSigned = false; in tryBFE() local
3723 bool IsSigned) { in GetConvertOpcode()

1234