/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BCD.h | 37 uint8_t Sign = Ptr[ByteLen - 1] & 0x0f; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.cpp | 187 bool Sign = Imm.extractBitsAsZExtValue(1, 31); in getLoadFPImm() local 213 uint32_t Sign = 0; in getFPImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 634 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 655 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 693 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 721 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 347 uint8_t Sign = (Imm >> 7) & 0x1; getFPImmFloat() local 369 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; getFP16Imm() local 395 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; getFP32Imm() local 423 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; getFP64Imm() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 108 UIntTy Sign = (V & (1 << (UIntBits - 1))) ? UIntTy(-1) : UIntTy(0); in zigZag() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetID.cpp | 89 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 135 int64_t Sign = 1; in isAddConstantOp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 341 Field Sign = fieldFromInstruction(Insn, 5, 1) ? -1 : 1; in DecodeSOPwithRS12() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 164 Value *Sign = Builder.CreateSelect(PosOrNeg, ConstantInt::getSigned(IntTy, 1), in expandFPToI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 542 BitValue Sign = Res[W-1]; in eASR() local 668 BitValue Sign = Res[FromN-1]; in eSXT() local
|
H A D | HexagonBitTracker.cpp | 1204 const BT::BitValue &Sign = Res[BitNum-1]; in evaluateLoad() local
|
H A D | HexagonVectorCombine.cpp | 1626 Signedness Sign = Signed; in getNumSignificantBits() local 2707 Value *Sign = Builder.CreateAShr( in joinVectorElements() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1062 if (std::optional<bool> Sign = getKnownSign(Op, SQ)) in getKnownSignOrZero() local 2521 Value *Mag = II->getArgOperand(0), *Sign = II->getArgOperand(1); in visitCallInst() local 2591 Value *Magnitude, *Sign; in visitCallInst() local 2620 Value *X, *Sign; in visitCallInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.cpp | 58 int Sign = 1; in inc() local
|
H A D | AMDGPUISelLowering.cpp | 3239 SDValue Sign; in LowerINT_TO_FP32() local 3465 SDValue Sign; in LowerFP_TO_INT64() local 3611 SDValue Sign = DAG.getNode(ISD::SRL, DL, MVT::i32, UH, in LowerFP_TO_FP16() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 130 long Sign = 1; in MyStol() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 735 char Sign = Delta > 0 ? '+' : '-'; in visitKnownRecord() local
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmask.c | 564 HandleOP(Sign) in HandleOP() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1220 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 304 StringRef llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 301 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( in emitStartOfAsmFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1076 enum class ExtendKind { Zero, Sign, Unknown }; enumerator
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 221 void makeInteger(unsigned ElemWidth, bool Sign) { in makeInteger()
|