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 D | TargetMachine.h | 148 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 D | MachineFunction.h | 474 template<typename STC> const STC &getSubtarget() const { 475 return *static_cast<const STC *>(STI);
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 544 EVALUATE(STC);
|
H A D | simulator-s390.cc | 873 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 D | ir3.h | 2395 INSTR2NODST(STC)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1280 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH); in expandPostRAPseudo()
|
H A D | SystemZISelLowering.cpp | 658 // 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 D | assyntax.h | 661 #define STC CHOICE(stc, stc, stc) macro 1374 #define STC stc macro
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1104 V(stc, STC, 0x42) /* type = RX_A STORE CHARACTER */ \
|
Completed in 47 milliseconds