| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | sign.h | 17 struct Sign { struct 21 LIBC_INLINE friend constexpr bool operator==(Sign a, Sign b) { argument 29 static const Sign POS; argument 30 static const Sign NEG; argument 32 LIBC_INLINE constexpr Sign negate() const { return Sign(!is_negative); } in negate() argument 35 LIBC_INLINE constexpr explicit Sign(bool is_negative) in Sign() function 41 LIBC_INLINE_VAR constexpr Sign Sign::NEG = Sign(true); argument
|
| /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 | 214 bool Sign = Imm.extractBitsAsZExtValue(1, 31); in getLoadFPImm() local 240 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 | 346 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 368 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 394 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 422 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() 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 | ExpandFp.cpp | 166 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 | 537 BitValue Sign = Res[W-1]; in eASR() local 663 BitValue Sign = Res[FromN-1]; in eSXT() local
|
| H A D | HexagonBitTracker.cpp | 1196 const BT::BitValue &Sign = Res[BitNum-1]; in evaluateLoad() local
|
| H A D | HexagonVectorCombine.cpp | 1627 Signedness Sign = Signed; in getNumSignificantBits() local 2708 Value *Sign = Builder.CreateAShr( in joinVectorElements() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1117 if (std::optional<bool> Sign = getKnownSign(Op, SQ)) in getKnownSignOrZero() local 2807 Value *Mag = II->getArgOperand(0), *Sign = II->getArgOperand(1); in visitCallInst() local 2881 Value *Magnitude, *Sign; in visitCallInst() local 2909 Value *X, *Sign; in visitCallInst() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 131 long Sign = 1; in MyStol() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1781 SDValue Sign = DAG.getNode(ISD::BITCAST, DL, IntVT, Node->getOperand(1)); in ExpandVP_FCOPYSIGN() local 1987 SDValue Sign = DAG.getNode(ISD::BITCAST, DL, IntVT, Node->getOperand(1)); in ExpandFCOPYSIGN() 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/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.cpp | 53 int Sign = 1; in inc() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 1333 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/CodeGen/GlobalISel/ |
| H A D | GISelValueTracking.cpp | 891 Register Sign = MI.getOperand(2).getReg(); in computeKnownFPClass() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 370 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 | 1078 enum class ExtendKind { Zero, Sign, Unknown }; enumerator
|