Home
last modified time | relevance | path

Searched refs:STC (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h148 template <typename STC> const STC &getSubtarget(const Function &F) const { in getSubtarget()
149 return *static_cast<const STC*>(getSubtargetImpl(F)); in getSubtarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h474 template<typename STC> const STC &getSubtarget() const {
475 return *static_cast<const STC *>(STI);
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h544 EVALUATE(STC);
H A Dsimulator-s390.cc873 EvalTable[STC] = &Simulator::Evaluate_STC; in EvalTableInit()
5273 EVALUATE(STC) { in EVALUATE()
5274 DCHECK_OPCODE(STC); in EVALUATE()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h2395 INSTR2NODST(STC)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1280 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH); in expandPostRAPseudo()
H A DSystemZISelLowering.cpp658 // Two STC or MV..I stores win over that, but the kind of fused stores in SystemZTargetLowering()
660 // variable. E.g. "STC <reg>;MHI <reg>,257;STH <reg>" is not better in SystemZTargetLowering()
661 // than "STC;MVC". Handle the choice in target-specific code instead. in SystemZTargetLowering()
7784 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter()
7786 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h661 #define STC CHOICE(stc, stc, stc) macro
1374 #define STC stc macro
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1104 V(stc, STC, 0x42) /* type = RX_A STORE CHARACTER */ \

Completed in 46 milliseconds