Home
last modified time | relevance | path

Searched defs:EnableRelax (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp248 bool EnableRelax = STI.getFeatureBits()[RISCV::FeatureRelax]; in getImmOpValue() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dtrace.cc275 void Trace::EnableRelax() { relax_count_ = 0; } in EnableRelax() function in mindspore::pijit::Trace