| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Pointer.h | 112 unsigned Adjust; in expand() local 114 Adjust = sizeof(InitMap *); in expand() 116 Adjust = sizeof(InlineDescriptor); in expand() 117 return Pointer(Pointee, Base, Base + getSize() + Adjust); in expand() 192 unsigned Adjust = 0; in getOffset() local 195 Adjust = sizeof(InlineDescriptor); in getOffset() 197 Adjust = sizeof(InitMap *); in getOffset() 199 return Offset - Base - Adjust; in getOffset()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 148 int64_t Adjust = Offset & 0x3; in visitLoadInst() local 149 if (Adjust == 0) { in visitLoadInst() 169 Offset - Adjust), in visitLoadInst() 175 unsigned ShAmt = Adjust * 8; in visitLoadInst()
|
| H A D | AMDGPUISelLowering.cpp | 2382 SDValue Adjust = DAG.getNode(ISD::UMIN, SL, MVT::i32, in LowerINT_TO_FP32() local 2385 Norm = DAG.getNode(ISD::OR, SL, MVT::i32, Hi, Adjust); in LowerINT_TO_FP32()
|
| H A D | AMDGPULegalizerInfo.cpp | 2232 auto Adjust = B.buildUMin(S32, One, Unmerge2.getReg(0)); in legalizeITOFP() local 2233 auto Norm2 = B.buildOr(S32, Unmerge2.getReg(1), Adjust); in legalizeITOFP()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tailcc-largecode.ll | 17 ; Adjust the stack to enter the function. (The amount of the 33 ; Adjust the stack to "return". 46 ; Adjust the stack to enter the function. (The amount of the 64 ; Adjust the stack to "return".
|
| H A D | tailcall-largecode.ll | 17 ; Adjust the stack to enter the function. (The amount of the 33 ; Adjust the stack to "return". 46 ; Adjust the stack to enter the function. (The amount of the 64 ; Adjust the stack to "return".
|
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | remember_state_leak.pass.sh.s | 51 subq $8, %rsp # Adjust stack alignment
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-static-init-no-unique-module-id.ll | 10 ; FIXME: Adjust the comment after we use source file full path to generate unique
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | M68k.def | 27 ELF_RELOC(R_68K_RELATIVE, 22) /* Adjust by program base */
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 233 int Adjust) const; 442 Type *ValTy, int Adjust) const in createAdjustedPointer() 450 if (Adjust % ElemSize == 0 && Adjust != 0) { in createAdjustedPointer() 452 Builder.CreateGEP(ElemTy, Ptr, HVC.getConstInt(Adjust / ElemSize)); in createAdjustedPointer() 460 HVC.getConstInt(Adjust)); in createAdjustedPointer() 749 int Adjust = -alignTo(OffAtMax - Start, MinNeeded.value()); in realignGroup() local 751 WithMaxAlign.ValTy, Adjust); in realignGroup() 752 int Diff = Start - (OffAtMax + Adjust); in realignGroup()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ifcvt11.ll | 3 ; Adjust if-converter heuristics to avoid predicating vmrs which can cause
|
| /llvm-project-15.0.7/compiler-rt/test/asan/Unit/ |
| H A D | lit.site.cfg.py.in | 54 # tests on x86_64 hosts and vice versa. Adjust config.compiler_rt_libdir
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 161 // Adjust-op kinds for the 'adjust_args' clause.
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 838 APInt Adjust = LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize); in truncate() local 839 LowerDiv -= Adjust; in truncate() 840 UpperDiv -= Adjust; in truncate()
|
| H A D | Function.cpp | 780 int Adjust = NameTable.data() - IntrinsicNameTable; in lookupIntrinsicID() local 781 Intrinsic::ID ID = static_cast<Intrinsic::ID>(Idx + Adjust); in lookupIntrinsicID()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | large-call.ll | 11 ; Adjust SP for the large call
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | character.cpp | 124 static void Adjust(CHAR *to, const CHAR *from, std::size_t chars) { in Adjust() function 171 Adjust<CHAR, ADJUSTR>(result.OffsetElement<CHAR>(resultAt), in AdjustLRHelper()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 4180 int Adjust = 0; in adjustDefLatency() local 4192 --Adjust; in adjustDefLatency() 4202 --Adjust; in adjustDefLatency() 4220 Adjust -= 2; in adjustDefLatency() 4223 --Adjust; in adjustDefLatency() 4233 Adjust -= 2; in adjustDefLatency() 4348 ++Adjust; in adjustDefLatency() 4352 return Adjust; in adjustDefLatency()
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | OptimizingClang.md | 36 Adjust the steps accordingly if you skipped that section. We will also assume that `llvm-bolt` is p…
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 2319 // ASCII Adjust After Addition 2324 // ASCII Adjust AX Before Division 2329 // ASCII Adjust AX After Multiply 2334 // ASCII Adjust AL After Subtraction - sets 2339 // Decimal Adjust AL after Addition 2344 // Decimal Adjust AL after Subtraction 2360 // Adjust RPL Field of Segment Selector
|
| H A D | X86ISelLowering.cpp | 21683 SDValue Adjust; // 0x0 or 0x80000000, for result sign bit adjustment. in FP_TO_INTHelper() local 21743 Adjust = DAG.getNode(ISD::SHL, DL, MVT::i64, Zext, Const63); in FP_TO_INTHelper() 21787 Res = DAG.getNode(ISD::XOR, DL, MVT::i64, Res, Adjust); in FP_TO_INTHelper()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1844 SDValue Adjust = DAG.getNode(ISD::FADD, DL, VT, Truncated, in lowerFTRUNC_FCEIL_FFLOOR() local 1847 Truncated = DAG.getSelect(DL, VT, NeedAdjust, Adjust, Truncated); in lowerFTRUNC_FCEIL_FFLOOR() 1853 SDValue Adjust = DAG.getNode(ISD::FSUB, DL, VT, Truncated, in lowerFTRUNC_FCEIL_FFLOOR() local 1856 Truncated = DAG.getSelect(DL, VT, NeedAdjust, Adjust, Truncated); in lowerFTRUNC_FCEIL_FFLOOR() 1904 SDValue Adjust = DAG.getNode(ISD::FADD, DL, VT, Abs, in lowerFROUND() local 1909 SDValue Truncated = DAG.getNode(ISD::FP_TO_SINT, DL, IntVT, Adjust); in lowerFROUND() 3000 unsigned Adjust = ExponentBias + (EltSize - 1); in lowerCTLZ_CTTZ_ZERO_UNDEF() local 3001 return DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(Adjust, DL, VT), Trunc); in lowerCTLZ_CTTZ_ZERO_UNDEF()
|