Home
last modified time | relevance | path

Searched refs:IsSpill (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3296 bool IsSpill = Ops[0] == 0; in foldMemoryOperandImpl() local
3297 bool IsFill = !IsSpill; in foldMemoryOperandImpl()
3316 if (IsSpill) in foldMemoryOperandImpl()
3334 if (IsSpill && DstMO.isUndef() && Register::isPhysicalRegister(SrcReg)) { in foldMemoryOperandImpl()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3674 bool IsSpill = Ops[0] == 0; in foldMemoryOperandImpl() local
3675 bool IsFill = !IsSpill; in foldMemoryOperandImpl()
3694 if (IsSpill) in foldMemoryOperandImpl()
3712 if (IsSpill && DstMO.isUndef() && Register::isPhysicalRegister(SrcReg)) { in foldMemoryOperandImpl()