OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFixed
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCCCState.h
43
BitVector
IsFixed
;
53
IsFixed
.resize(Ins.size(), true);
60
IsFixed
.resize(Outs.size(), false);
62
if (Outs[ValNo].
IsFixed
)
63
IsFixed
.set(ValNo);
68
bool
isFixed
(unsigned ValNo) const { return
IsFixed
.test(ValNo); }
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp
261
bool
isFixed
= MFI.isFixedObjectIndex(FI);
274
} else if (
isFixed
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEFrameLowering.cpp
449
bool
isFixed
= MFI.isFixedObjectIndex(FI);
459
if (RegInfo->hasStackRealignment(MF) && !
isFixed
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FloatingPoint.cpp
115
bool
isFixed
() const { return !Mask || FixCount; }
522
assert(Bundle.
isFixed
() && "Reached block before any predecessors");
567
if (Bundle.
isFixed
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp
996
bool
isFixed
= MFI.isFixedObjectIndex(FI);
1009
if (
isFixed
) {
1025
if (
isFixed
|| (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
2007
bool
isFixed
= MFI.isFixedObjectIndex(FI);
2009
return resolveFrameOffsetReference(MF, ObjectOffset,
isFixed
, isSVE, FrameReg,
2014
const MachineFunction &MF, int64_t ObjectOffset, bool
isFixed
, bool isSVE,
2025
!
isFixed
&& ObjectOffset >= -((int)AFI->getCalleeSavedStackSize(MFI));
2043
if (
isFixed
) {
2094
((
isFixed
|| isCSR) || !RegInfo->hasStackRealignment(MF) || !UseFP) &&
2119
if (UseFP && !(
isFixed
|| isCSR))
2121
if (!UseFP && (
isFixed
|| isCSR))
3306
*MF, FirstTagStore.Offset, false /*
isFixed
*/, false /*isSVE*/, Reg,
Completed in 27 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026