Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1462 bool IsRet, Type *OrigTy) { in CC_RISCV()
1658 const SmallVectorImpl<ISD::OutputArg> &Outs, bool IsRet, in analyzeOutputArgs()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h962 bool IsRet() const { return arch_opcode() == ArchOpcode::kArchRet; } in IsRet() function