Home
last modified time | relevance | path

Searched refs:convertValVTToLocVT (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYISelLowering.cpp199 static SDValue convertValVTToLocVT(SelectionDAG &DAG, SDValue Val, in convertValVTToLocVT() function
480 Val = convertValVTToLocVT(DAG, Val, VA, DL); in LowerReturn()
605 ArgValue = convertValVTToLocVT(DAG, ArgValue, VA, DL); in LowerCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZCallingConv.td227 // to an f64 within convertValVTToLocVT().
HDSystemZISelLowering.cpp1505 static SDValue convertValVTToLocVT(SelectionDAG &DAG, const SDLoc &DL, in convertValVTToLocVT() function
1975 ArgValue = convertValVTToLocVT(DAG, DL, VA, ArgValue); in LowerCall()
2198 RetValue = convertValVTToLocVT(DAG, DL, VA, RetValue); in LowerReturn()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.cpp4986 static SDValue convertValVTToLocVT(SelectionDAG &DAG, SDValue Val, in convertValVTToLocVT() function
5383 ArgValue = convertValVTToLocVT(DAG, ArgValue, VA, DL); in LowerCall()
5559 SDValue Val = convertValVTToLocVT(DAG, OutVals[i], VA, DL); in LowerReturn()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp19380 static SDValue convertValVTToLocVT(SelectionDAG &DAG, SDValue Val, in convertValVTToLocVT() function
20054 ArgValue = convertValVTToLocVT(DAG, ArgValue, VA, DL, Subtarget); in LowerCall()
20270 Val = convertValVTToLocVT(DAG, Val, VA, DL, Subtarget); in LowerReturn()