/llvm-project/libc/src/__support/ |
H A D | sign.h | 15 struct Sign { global() struct 19 is_negSign global() argument 27 POSSign global() argument 28 NEGSign global() argument 31 SignSign Sign() argument 37 is_negativeSign global() argument [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | BCD.h | 37 uint8_t Sign = Ptr[ByteLen - 1] & 0x0f; variable
|
/llvm-project/llvm/lib/Support/ |
H A D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.cpp | 187 bool Sign = Imm.extractBitsAsZExtValue(1, 31); getLoadFPImm() local 213 uint32_t Sign = 0; getFPImm() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMMachineFunctionInfo.cpp | 52 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( GetSignReturnAddress() local
|
/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
|
/llvm-project/flang/include/flang/Optimizer/CodeGen/ |
H A D | Target.h | 38 enum class IntegerExtension { None, Zero, Sign }; enumerator
|
/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
|
/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
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.cpp | 46 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( GetSignReturnAddress() local
|
/llvm-project/clang/lib/Basic/ |
H A D | TargetID.cpp | 89 auto Sign = Splits.first.back(); parseTargetIDWithFormatCheckingOnly() local
|
/llvm-project/flang/include/flang/Common/ |
H A D | format.h | 45 Star, LParen, RParen, Comma, Point, Sign, in ENUM_CLASS() argument
|
/llvm-project/polly/include/polly/Support/ |
H A D | ScopHelper.h | 62 AssumptionSign Sign; global() member
|
/llvm-project/libc/test/src/__support/ |
H A D | integer_to_string_test.cpp | 292 TEST(LlvmLibcIntegerToStringTest, Sign) { in TEST() argument
|
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 135 int64_t Sign = 1; in isAddConstantOp() local
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryBasicBlock.cpp | 47 void BinaryBasicBlock::adjustNumPseudos(const MCInst &Inst, int Sign) { in adjustNumPseudos()
|
/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 341 Field Sign = fieldFromInstruction(Insn, 5, 1) ? -1 : 1; in DecodeSOPwithRS12() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 164 Value *Sign = Builder.CreateSelect(PosOrNeg, ConstantInt::getSigned(IntTy, 1), expandFPToI() local
|
/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
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopInfo.cpp | 1926 isEffectiveAssumption(isl::set Set,AssumptionSign Sign) isEffectiveAssumption() argument 1944 trackAssumption(AssumptionKind Kind,isl::set Set,DebugLoc Loc,AssumptionSign Sign,BasicBlock * BB) trackAssumption() argument 2007 addAssumption(AssumptionKind Kind,isl::set Set,DebugLoc Loc,AssumptionSign Sign,BasicBlock * BB,bool RequiresRTC) addAssumption() argument 2025 intersectDefinedBehavior(isl::set Set,AssumptionSign Sign) intersectDefinedBehavior() argument [all...] |
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | IntNarrowing.cpp |
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1060 if (std::optional<bool> Sign = getKnownSign(Op, SQ)) getKnownSignOrZero() local 2472 Value *Mag = II->getArgOperand(0), *Sign = II->getArgOperand(1); visitCallInst() local 2542 Value *Magnitude, *Sign; visitCallInst() local 2571 Value *X, *Sign; visitCallInst() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.cpp | 58 int Sign = 1; inc() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 130 long Sign = 1; in MyStol() local
|