Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask() argument
36 if (Clobbers) in removeRegsInMask()
37 Clobbers->push_back(std::make_pair(*LRI, &MO)); in removeRegsInMask()
81 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) { in stepForward() argument
91 Clobbers.push_back(std::make_pair(Reg, &*O)); in stepForward()
99 removeRegsInMask(*O, &Clobbers); in stepForward()
103 for (auto Reg : Clobbers) { in stepForward()
DIfConversion.cpp1492 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers; in UpdatePredRedefs() local
1493 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs()
1496 for (auto Clobber : Clobbers) { in UpdatePredRedefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp313 RegisterSet Defs, Clobbers; in computeInitialLiveRanges() local
335 Clobbers.clear(); in computeInitialLiveRanges()
344 Clobbers.insert(S); in computeInitialLiveRanges()
366 Clobbers.insert(R); in computeInitialLiveRanges()
372 Clobbers.erase(R); in computeInitialLiveRanges()
384 for (RegisterRef S : Clobbers) { in computeInitialLiveRanges()
DHexagonFrameLowering.cpp1775 SmallVector<std::pair<MCPhysReg, const MachineOperand*>,2> Clobbers; in expandStoreVec2() local
1777 Clobbers.clear(); in expandStoreVec2()
1778 LPR.stepForward(*R, Clobbers); in expandStoreVec2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLivePhysRegs.h98 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers =
129 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp394 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 2> Clobbers; in reorganizeBlockLayout() local
396 LPR.stepForward(MI, Clobbers); in reorganizeBlockLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp431 SmallVector<MachineInstr*, 8> Clobbers; in hoistAndMergeSGPRInits() local
450 Clobbers.push_back(&MI); in hoistAndMergeSGPRInits()
488 return (llvm::any_of(Clobbers, interferes)) || in hoistAndMergeSGPRInits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp861 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi() local
865 Clobbers.push_back({WR.Result, Paused}); in tryOptimizePhi()
886 Clobbers.push_back(TP); in tryOptimizePhi()
892 if (!Clobbers.empty()) { in tryOptimizePhi()
893 MoveDominatedPathToEnd(Clobbers); in tryOptimizePhi()
894 TerminatedPath Result = Clobbers.pop_back_val(); in tryOptimizePhi()
895 return {Result, std::move(Clobbers)}; in tryOptimizePhi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h176 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
/third_party/openssl/crypto/aes/asm/arm64/
Dvpaes-armv8.S121 ## Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax
819 ## Clobbers %xmm1-%xmm4, %r11.
875 ## Clobbers %xmm1, %xmm2
911 ## Clobbers xmm1-xmm5
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp243 SmallVectorImpl<std::string> &Clobbers,
5764 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm() argument
5869 Clobbers.assign(ClobberRegs.size(), std::string()); in parseMSInlineAsm()
5871 raw_string_ostream OS(Clobbers[I]); in parseMSInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFPStack.td125 // Clobbers EFLAGS due to OR instruction used internally.
DX86InstrInfo.cpp2472 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 8> Clobbers; in replaceBranchWithTailCall() local
2473 LiveRegs.stepForward(*MIB, Clobbers); in replaceBranchWithTailCall()
2474 for (const auto &C : Clobbers) { in replaceBranchWithTailCall()