Home
last modified time | relevance | path

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

12

/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/clang/lib/CodeGen/
DCGRecordLayout.h75 unsigned IsSigned : 1; member
DCGRecordLayoutBuilder.cpp659 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
/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 __anon28e1e7710311::WidenIV
863 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/external/v8/src/
Dmachine-type.h74 bool IsSigned() { in IsSigned() function
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h254 bool IsSigned; variable
/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/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/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/lib/Transforms/InstCombine/
DInstCombineCompares.cpp45 bool IsSigned) { in HasAddOverflow()
57 Constant *In2, bool IsSigned = false) { in AddWithOverflow()
79 bool IsSigned) { in HasSubOverflow()
92 Constant *In2, bool IsSigned = false) { in SubWithOverflow()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp800 bool IsSigned = false; // Was a sext user seen before a zext? member
809 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local
875 bool IsSigned; member in __anon93d727450511::WidenIV
948 bool IsSigned, Instruction *Use) { in createExtendInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp81 bool IsSigned) { in MultiplyOverflows()
93 bool IsSigned) { in IsMultiple()
822 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
DInstCombineCompares.cpp50 bool IsSigned) { in HasAddOverflow()
62 Constant *In2, bool IsSigned = false) { in AddWithOverflow()
84 bool IsSigned) { in HasSubOverflow()
97 Constant *In2, bool IsSigned = false) { in SubWithOverflow()
3116 bool IsSigned = I.isSigned(); in canonicalizeCmpWithConstant() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.h153 _SPIRV_DEF_ENCDEC3(Id, BitWidth, IsSigned) in _SPIRV_DEF_ENCDEC3() argument
160 bool IsSigned; // Whether it is signed variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h246 static unsigned BestForm(bool IsSigned, uint64_t Int) { in BestForm()
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp404 getSPIRVFuncName(Op OC, const Type *pRetTy, bool IsSigned) { in getSPIRVFuncName()
460 getPostfixForReturnType(CallInst *CI, bool IsSigned) { in getPostfixForReturnType()
464 std::string getPostfixForReturnType(const Type *pRetTy, bool IsSigned) { in getPostfixForReturnType()
DSPIRVInternal.h385 bool IsSigned; member
/external/llvm/include/llvm/CodeGen/
DDIE.h117 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp500 bool IsSigned) { in getRegForPromotedValue()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h334 bool IsSigned; variable

12