Searched refs:isLegalAddressImmediate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.h146 /// isLegalAddressImmediate - Return true if the integer value can be used
148 virtual bool isLegalAddressImmediate(int64_t V, Type *Ty) const;
149 virtual bool isLegalAddressImmediate(GlobalValue *) const;
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
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h345 /// isLegalAddressImmediate - Return true if the integer value can be used
348 virtual bool isLegalAddressImmediate(int64_t V, Type *Ty) const;
350 /// isLegalAddressImmediate - Return true if the GlobalValue can be used as
352 virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
H A DPPCISelLowering.cpp5945 /// isLegalAddressImmediate - Return true if the integer value can be used
5948 bool PPCTargetLowering::isLegalAddressImmediate(int64_t V,Type *Ty) const{ function in class:PPCTargetLowering
5953 bool PPCTargetLowering::isLegalAddressImmediate(GlobalValue* GV) const { function in class:PPCTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp9175 /// isLegalAddressImmediate - Return true if the integer value can be used
9178 static bool isLegalAddressImmediate(int64_t V, EVT VT, function
9253 if (!isLegalAddressImmediate(AM.BaseOffs, VT, Subtarget))

Completed in 119 milliseconds