Home
last modified time | relevance | path

Searched refs:RawVTs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1469 SDVTList RawVTs = DAG.getVTList(MVT::Other, MVT::Glue); in emitIntrinsicWithChainAndGlue() local
1470 SDValue Intr = DAG.getNode(Opcode, SDLoc(Op), RawVTs, Ops); in emitIntrinsicWithChainAndGlue()
1490 SDVTList RawVTs = DAG.getVTList(Op->getValueType(0), MVT::Glue); in emitIntrinsicWithGlue() local
1491 return DAG.getNode(Opcode, SDLoc(Op), RawVTs, Ops); in emitIntrinsicWithGlue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1685 SDVTList RawVTs = DAG.getVTList(MVT::i32, MVT::Other); in emitIntrinsicWithCCAndChain() local
1686 SDValue Intr = DAG.getNode(Opcode, SDLoc(Op), RawVTs, Ops); in emitIntrinsicWithCCAndChain()