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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h456 class PPCTargetLowering : public TargetLowering { class in namespace:llvm
460 explicit PPCTargetLowering(const PPCTargetMachine &TM,
H A DPPCISelLowering.cpp69 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, function in class:PPCTargetLowering
988 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty,
1002 bool PPCTargetLowering::useSoftFloat() const {
1006 const char *PPCTargetLowering::getTargetNodeName(unsigned Opcode) const {
1103 EVT PPCTargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &C,
1114 bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const {
1761 bool PPCTargetLowering::SelectAddressRegReg(SDValue N, SDValue &Base,
1846 bool PPCTargetLowering::SelectAddressRegImm(SDValue N, SDValue &Disp,
1945 bool PPCTargetLowering
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.h236 class PPCTargetLowering : public TargetLowering { class in namespace:llvm
240 explicit PPCTargetLowering(PPCTargetMachine &TM);
H A DPPCISelLowering.cpp67 PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM) function in class:PPCTargetLowering
416 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty) const {
425 const char *PPCTargetLowering::getTargetNodeName(unsigned Opcode) const {
473 EVT PPCTargetLowering::getSetCCResultType(EVT VT) const {
802 bool PPCTargetLowering::SelectAddressRegReg(SDValue N, SDValue &Base,
850 bool PPCTargetLowering::SelectAddressRegImm(SDValue N, SDValue &Disp,
938 bool PPCTargetLowering::SelectAddressRegRegOnly(SDValue N, SDValue &Base,
966 bool PPCTargetLowering::SelectAddressRegImmShift(SDValue N, SDValue &Disp,
1055 bool PPCTargetLowering
[all...]

Completed in 564 milliseconds