/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 198 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local 226 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local 246 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local 257 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType() 270 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 75 unsigned IsSigned : 1; member
|
H A D | CGRecordLayoutBuilder.cpp | 643 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType(); in MakeInfo() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 196 bool IsSigned) { in eliminateIVRemainder() 253 bool IsSigned = Rem->getOpcode() == Instruction::SRem; in eliminateIVUser() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 655 bool IsSigned; // Was a sext user seen before a zext? member 667 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local 728 bool IsSigned; member in __anonf2e12b570311::WidenIV 797 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned, in getExtend()
|
H A D | LoopStrengthReduce.cpp | 1831 bool IsSigned = false; in OptimizeShadowIV() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 40 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 72 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 906 bool IsSigned) { in PPCMoveToFPReg() 948 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() 1023 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg() 1055 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 82 bool IsSigned) { in MultiplyOverflows() 94 bool IsSigned) { in IsMultiple() 798 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
H A D | InstCombineCompares.cpp | 49 bool IsSigned) { in HasAddOverflow() 61 Constant *In2, bool IsSigned = false) { in AddWithOverflow() 83 bool IsSigned) { in HasSubOverflow() 96 Constant *In2, bool IsSigned = false) { in SubWithOverflow()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 4750 bool IsSigned = false; in SelectBFE() local
|
H A D | NVPTXISelLowering.cpp | 4055 bool &IsSigned) { in AreMulWideOperandsDemotable()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/ |
H A D | AArch64InstPrinter.cpp | 75 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); in printInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 5074 bool IsSigned = Cond == ICmpInst::ICMP_SLT; in ComputeExitLimitFromICmp() local 5081 bool IsSigned = Cond == ICmpInst::ICMP_SGT; in ComputeExitLimitFromICmp() local 7018 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() 7047 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() 7091 const Loop *L, bool IsSigned, in HowManyLessThans() 7171 const Loop *L, bool IsSigned, in HowManyGreaterThans()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 695 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 467 bool IsSigned; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 2113 bool IsSigned = false; in isAArch64FrameOffsetLegal() local
|
H A D | AArch64FastISel.cpp | 1069 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 1520 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtendOperands() local 1532 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX; in addMemExtend8Operands() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetLowering.h | 2811 virtual bool shouldSignExtendTypeInLibCall(EVT Type, bool IsSigned) const { in shouldSignExtendTypeInLibCall()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1608 bool IsSigned = I.isSigned(); in handleRelationalComparisonExact() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 665 static void AdjustAPSInt(llvm::APSInt &Val, unsigned BitWidth, bool IsSigned) { in AdjustAPSInt()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 877 value IsSigned) { in llvm_const_intcast()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 14146 bool IsSigned, bool IsReplace) const { in FP_TO_INTHelper() 18367 bool IsSigned = Op->getOpcode() == ISD::SMUL_LOHI; in LowerMUL_LOHI() local 19751 bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT; in ReplaceNodeResults() local
|