Searched defs:SrcEVT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1567 EVT SrcEVT = TLI.getValueType(DL, I->getOperand(0)->getType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp827 EVT SrcEVT = TLI.getValueType(DL, Ty, true); local
1076 EVT SrcEVT = TLI.getValueType(DL, Src->getType(), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1340 EVT SrcEVT = TLI.getValueType(DL, Ty, true); local
1534 EVT SrcEVT = TLI.getValueType(DL, Src->getType(), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3951 EVT SrcEVT = TLI.getValueType(DL, SrcTy, true); local

Completed in 81 milliseconds