Searched defs:EVT (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h34 struct EVT { struct in namespace:llvm
41 constexpr EVT(MVT::SimpleValueType SVT) : V(SVT) {} function in struct:llvm::EVT
42 constexpr EVT(MVT S) : V(S) {} function in struct:llvm::EVT
[all...]
H A DTargetLowering.h1453 allowsMisalignedMemoryAccesses( EVT, unsigned AddrSpace = 0, unsigned Align = 1, MachineMemOperand::Flags Flags = MachineMemOperand::MONone, bool * = nullptr) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1487 EVT EVT = TLI.getValueType(DL, Ty, true); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2543 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
2565 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
3463 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
[all...]
H A DDAGCombiner.cpp10571 EVT EVT = cast<VTSDNode>(N1)->getVT(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5621 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
[all...]

Completed in 275 milliseconds