Searched defs:isLegalAddressImmediate (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp3225 /// isLegalAddressImmediate - Return true if the integer value can be used
3227 bool SPUTargetLowering::isLegalAddressImmediate(int64_t V, function in class:SPUTargetLowering
3233 bool SPUTargetLowering::isLegalAddressImmediate(GlobalValue* GV) const { function in class:SPUTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5853 /// isLegalAddressImmediate - Return true if the integer value can be used
5856 bool PPCTargetLowering::isLegalAddressImmediate(int64_t V,Type *Ty) const{ function in class:PPCTargetLowering
5861 bool PPCTargetLowering::isLegalAddressImmediate(GlobalValue* GV) const { function in class:PPCTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9136 /// isLegalAddressImmediate - Return true if the integer value can be used
9139 static bool isLegalAddressImmediate(int64_t V, EVT VT, function
9214 if (!isLegalAddressImmediate(AM.BaseOffs, VT, Subtarget))

Completed in 56 milliseconds