| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BCD.h | 37 uint8_t Sign = Ptr[ByteLen - 1] & 0x0f; variable
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMMachineFunctionInfo.cpp | 41 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( in GetSignReturnAddress() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CmpInstAnalysis.cpp | 40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAddressingModes.h | 647 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 668 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineFunctionInfo.cpp | 46 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( in GetSignReturnAddress() local
|
| H A D | AArch64AsmPrinter.cpp | 236 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( in emitStartOfAsmFile() local
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | SourceLocationEncoding.h | 99 UIntTy Sign = (V & (1 << (UIntBits - 1))) ? UIntTy(-1) : UIntTy(0); in zigZag() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AddressingModes.h | 347 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 369 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 395 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 423 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | TargetID.cpp | 88 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly() local
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ScopHelper.h | 61 AssumptionSign Sign; member
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | format.h | 45 Star, LParen, RParen, Comma, Point, Sign, in ENUM_CLASS() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 135 int64_t Sign = 1; in isAddConstantOp() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.cpp | 92 int Sign = 1; in inc() local
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/Disassembler/ |
| H A D | ARCDisassembler.cpp | 341 Field Sign = fieldFromInstruction(Insn, 5, 1) ? -1 : 1; in DecodeSOPwithRS12() local
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryBasicBlock.cpp | 48 void BinaryBasicBlock::adjustNumPseudos(const MCInst &Inst, int Sign) { in adjustNumPseudos()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 101 /*DeclSpec::TSS*/ unsigned Sign : 2; member
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 1925 bool Scop::isEffectiveAssumption(isl::set Set, AssumptionSign Sign) { in isEffectiveAssumption() 1943 AssumptionSign Sign, BasicBlock *BB) { in trackAssumption() 2006 AssumptionSign Sign, BasicBlock *BB, in addAssumption() 2024 void Scop::intersectDefinedBehavior(isl::set Set, AssumptionSign Sign) { in intersectDefinedBehavior()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 130 long Sign = 1; in MyStol() local
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryBasicBlock.h | 937 template <typename Itr> void adjustNumPseudos(Itr Begin, Itr End, int Sign) { in adjustNumPseudos()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ScopHelper.cpp | 222 DebugLoc Loc, polly::AssumptionSign Sign, in recordAssumption()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 711 char Sign = Delta > 0 ? '+' : '-'; in visitKnownRecord() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 1098 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|