/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LivePhysRegs.cpp | 32 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 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/ |
H A 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() 385 // Clobbers should already be expanded into subregs. in computeInitialLiveRanges()
|
H A 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/ |
H A D | LivePhysRegs.h | 98 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> *Clobbers = 129 SmallVectorImpl<std::pair<MCPhysReg, const MachineOperand*>> &Clobbers);
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 79 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 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/lib/Target/PowerPC/ |
H A 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/ |
H A D | SIFixSGPRCopies.cpp | 431 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 D | MCAsmParser.h | 176 SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII,
|
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-assembler-ia32-inl.h | 76 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-inl.h | 68 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-assembler-ppc-inl.h | 22 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-assembler-x64-inl.h | 78 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 186 // 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 D | vpaes-armv8.pl | 190 // 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 D | baseline-assembler-mips-inl.h | 70 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 22 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 66 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 68 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 73 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() function
|
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 69 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 D | AsmParser.cpp | 243 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 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()
|