Home
last modified time | relevance | path

Searched refs:IsIndexed (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DValidateInternalCalls.cpp234 bool IsIndexed = false; in analyzeFunction() local
239 FIE.IsSimple, IsIndexed)) { in analyzeFunction()
H A DFrameAnalysis.cpp126 bool IsIndexed = false; in decodeFrameAccess() local
129 FIE.StackPtrReg, StackOffset, FIE.Size, FIE.IsSimple, IsIndexed)) { in decodeFrameAccess()
133 if (IsIndexed || (!FIE.Size && (FIE.IsLoad || FIE.IsStore))) { in decodeFrameAccess()
H A DShrinkWrapping.cpp675 bool IsIndexed = false; in performChanges() local
684 Size, IsSimple, IsIndexed); in performChanges()
691 assert(Success && IsSimple && !IsIndexed && (!IsStore || IsStoreFromReg)); in performChanges()
1551 bool IsIndexed = false; in insertUpdatedCFI() local
1559 IsSimple, IsIndexed)) in insertUpdatedCFI()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1039 bool &IsSimple, bool &IsIndexed) const override { in isStackAccess()
1140 IsIndexed = IndexRegNum != X86::NoRegister || SegRegNum != X86::NoRegister; in isStackAccess()
1883 bool IsLoad, IsStore, IsStoreFromReg, IsSimple, IsIndexed; in convertMoveToConditionalMove() local
1891 StackPtrReg, StackOffset, Size, IsSimple, IsIndexed); in convertMoveToConditionalMove()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1234 bool IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction() local
1238 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h901 bool &IsSimple, bool &IsIndexed) const { in isStackAccess() argument