Home
last modified time | relevance | path

Searched refs:isLegalAddressImmediate (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.h150 virtual bool isLegalAddressImmediate(int64_t V, Type *Ty) const;
151 virtual bool isLegalAddressImmediate(GlobalValue *) const;
DSPUISelLowering.cpp3224 bool SPUTargetLowering::isLegalAddressImmediate(int64_t V, in isLegalAddressImmediate() function in SPUTargetLowering
3230 bool SPUTargetLowering::isLegalAddressImmediate(llvm::GlobalValue* GV) const { in isLegalAddressImmediate() function in SPUTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h342 virtual bool isLegalAddressImmediate(int64_t V, Type *Ty) const;
346 virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
DPPCISelLowering.cpp5698 bool PPCTargetLowering::isLegalAddressImmediate(int64_t V,Type *Ty) const{ in isLegalAddressImmediate() function in PPCTargetLowering
5703 bool PPCTargetLowering::isLegalAddressImmediate(llvm::GlobalValue* GV) const { in isLegalAddressImmediate() function in PPCTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp8064 static bool isLegalAddressImmediate(int64_t V, EVT VT, in isLegalAddressImmediate() function
8139 if (!isLegalAddressImmediate(AM.BaseOffs, VT, Subtarget)) in isLegalAddressingMode()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11293 static bool isLegalAddressImmediate(int64_t V, EVT VT, in isLegalAddressImmediate() function
11369 if (!isLegalAddressImmediate(AM.BaseOffs, VT, Subtarget)) in isLegalAddressingMode()