Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp303 const unsigned *OpcodesForSpill = getLoadOpcodesForSpillArray(); in isLoadFromStackSlot() local
304 const unsigned *End = OpcodesForSpill + SOK_LastOpcodeSpill; in isLoadFromStackSlot()
306 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isLoadFromStackSlot()
344 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in isStoreToStackSlot() local
345 const unsigned *End = OpcodesForSpill + SOK_LastOpcodeSpill; in isStoreToStackSlot()
347 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isStoreToStackSlot()
1015 const unsigned *OpcodesForSpill = getStoreOpcodesForSpillArray(); in getStoreOpcodeForSpill() local
1095 return OpcodesForSpill[OpcodeIndex]; in getStoreOpcodeForSpill()
1101 const unsigned *OpcodesForSpill = getLoadOpcodesForSpillArray(); in getLoadOpcodeForSpill() local
1181 return OpcodesForSpill[OpcodeIndex]; in getLoadOpcodeForSpill()
[all …]