/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 32 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()
|
D | IfConversion.cpp | 1492 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/ |
D | HexagonBlockRanges.cpp | 313 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()
|
D | HexagonFrameLowering.cpp | 1775 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/ |
D | LivePhysRegs.h | 98 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/ |
D | PPCExpandISEL.cpp | 394 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/ |
D | SIFixSGPRCopies.cpp | 431 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/ |
D | MemorySSA.cpp | 861 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/ |
D | MCAsmParser.h | 176 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
|
/third_party/openssl/crypto/aes/asm/arm64/ |
D | vpaes-armv8.S | 121 ## 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/ |
D | AsmParser.cpp | 243 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/ |
D | X86InstrFPStack.td | 125 // Clobbers EFLAGS due to OR instruction used internally.
|
D | X86InstrInfo.cpp | 2472 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()
|