Searched refs:NVPTXTargetLowering (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h36 NVPTXTargetLowering TLInfo;
65 virtual NVPTXTargetLowering *getTargetLowering() const {
66 return const_cast<NVPTXTargetLowering *>(&TLInfo);
H A DNVPTXISelLowering.h80 class NVPTXTargetLowering : public TargetLowering { class in namespace:llvm
82 explicit NVPTXTargetLowering(NVPTXTargetMachine &TM);
H A DNVPTXISelLowering.cpp101 // NVPTXTargetLowering Constructor.
102 NVPTXTargetLowering::NVPTXTargetLowering(NVPTXTargetMachine &TM) function in class:NVPTXTargetLowering
245 const char *NVPTXTargetLowering::getTargetNodeName(unsigned Opcode) const {
334 bool NVPTXTargetLowering::shouldSplitVectorElementType(EVT VT) const {
339 NVPTXTargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
347 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args,
471 NVPTXTargetLowering::getArgumentAlignment(SDValue Callee,
519 SDValue NVPTXTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
1142 NVPTXTargetLowering
[all...]

Completed in 57 milliseconds