Home
last modified time | relevance | path

Searched refs:Clobbers (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp32 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) { in removeRegsInMask()
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()
91 Clobbers.push_back(std::make_pair(Reg, &*O)); in stepForward()
99 removeRegsInMask(*O, &Clobbers); in stepForward()
103 for (auto Reg : Clobbers) { in stepForward()
31 removeRegsInMask(const MachineOperand &MO, SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers) removeRegsInMask() argument
80 stepForward(const MachineInstr &MI, SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers) stepForward() argument
H A 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/
H A 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()
385 // Clobbers should already be expanded into subregs. in computeInitialLiveRanges()
H A 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/
H A DLivePhysRegs.h98 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers =
129 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers);
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc79 bool Clobbers(Register target, Register reg) { return target == reg; } in Clobbers() function
80 bool Clobbers(Register target, Handle<Object> handle) { return false; } in Clobbers() function
81 bool Clobbers(Register target, Smi smi) { return false; } in Clobbers() function
82 bool Clobbers(Register target, TaggedIndex index) { return false; } in Clobbers() function
83 bool Clobbers(Register target, int32_t imm) { return false; } in Clobbers() function
84 bool Clobbers(Register target, RootIndex index) { return false; } in Clobbers() function
85 bool Clobbers(Register target, interpreter::Register reg) { return false; } in Clobbers() function
86 bool Clobbers(Register target, interpreter::RegisterList list) { return false; } in Clobbers() function
167 DCHECK(!Clobbers(target, arg)); in CheckSettingDoesntClobber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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/lib/Target/PowerPC/
H A 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/
H A DSIFixSGPRCopies.cpp431 SmallVector<MachineInstr*, 8> Clobbers;
450 Clobbers.push_back(&MI);
488 return (llvm::any_of(Clobbers, interferes)) ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h176 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h76 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h68 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h22 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h78 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl186 // Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax
892 // Clobbers %xmm1-%xmm4, %r11.
948 // Clobbers %xmm1, %xmm2
984 // Clobbers xmm1-xmm5
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl190 // Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax
911 // Clobbers %xmm1-%xmm4, %r11.
967 // Clobbers %xmm1, %xmm2
1003 // Clobbers xmm1-xmm5
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h70 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h22 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h66 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h68 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h73 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h69 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp243 SmallVectorImpl<std::string> &Clobbers,
5764 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, in parseMSInlineAsm()
5869 Clobbers.assign(ClobberRegs.size(), std::string()); in parseMSInlineAsm()
5871 raw_string_ostream OS(Clobbers[I]); in parseMSInlineAsm()
5760 parseMSInlineAsm( void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool>> &OpDecls, SmallVectorImpl<std::string> &Constraints, SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, const MCInstPrinter *IP, MCAsmParserSemaCallback &SI) parseMSInlineAsm() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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()

Completed in 55 milliseconds