Home
last modified time | relevance | path

Searched defs:createTuple (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp239 static SDValue createTuple(SelectionDAG &CurDAG, ArrayRef<SDValue> Regs, in createTuple() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1437 SDValue AArch64DAGToDAGISel::createTuple(ArrayRef<SDValue> Regs, in createTuple() function in AArch64DAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp703 static Register createTuple(ArrayRef<Register> Regs, in createTuple() function