| /external/clang/lib/Frontend/ |
| D | InitPreprocessor.cpp | 202 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/ |
| D | SimplifyIndVar.cpp | 191 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/ |
| D | CGRecordLayout.h | 75 unsigned IsSigned : 1; member
|
| D | CGRecordLayoutBuilder.cpp | 659 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
|
| /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 27 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 59 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 272 bool IsSigned) { in eliminateIVRemainder() 430 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
|
| D | LoopUtils.cpp | 102 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/ |
| D | IndVarSimplify.cpp | 726 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/ |
| D | ExecutionEngineBindings.cpp | 42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
| /external/v8/src/ |
| D | machine-type.h | 74 bool IsSigned() { in IsSigned() function
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | LoopUtils.h | 254 bool IsSigned; variable
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_handlers.cc | 111 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local 145 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 2096 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/ |
| D | PPCFastISel.cpp | 955 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/ |
| D | InstCombineCompares.cpp | 45 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/ |
| D | IndVarSimplify.cpp | 800 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/ |
| D | InstCombineMulDivRem.cpp | 81 bool IsSigned) { in MultiplyOverflows() 93 bool IsSigned) { in IsMultiple() 822 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
| D | InstCombineCompares.cpp | 50 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/ |
| D | SPIRVType.h | 153 _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/ |
| D | DIE.h | 246 static unsigned BestForm(bool IsSigned, uint64_t Int) { in BestForm()
|
| /external/spirv-llvm/lib/SPIRV/ |
| D | SPIRVUtil.cpp | 404 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()
|
| D | SPIRVInternal.h | 385 bool IsSigned; member
|
| /external/llvm/include/llvm/CodeGen/ |
| D | DIE.h | 117 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
|
| /external/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFastISel.cpp | 500 bool IsSigned) { in getRegForPromotedValue()
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| D | MCAssembler.h | 334 bool IsSigned; variable
|