Searched refs:isLegalAddressImmediate (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.h | 150 virtual bool isLegalAddressImmediate(int64_t V, Type *Ty) const; 151 virtual bool isLegalAddressImmediate(GlobalValue *) const;
|
D | SPUISelLowering.cpp | 3224 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/ |
D | PPCISelLowering.h | 342 virtual bool isLegalAddressImmediate(int64_t V, Type *Ty) const; 346 virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
|
D | PPCISelLowering.cpp | 5698 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/ |
D | ARMISelLowering.cpp | 8064 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/ |
D | ARMISelLowering.cpp | 11293 static bool isLegalAddressImmediate(int64_t V, EVT VT, in isLegalAddressImmediate() function 11369 if (!isLegalAddressImmediate(AM.BaseOffs, VT, Subtarget)) in isLegalAddressingMode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 13124 static bool isLegalAddressImmediate(int64_t V, EVT VT, in isLegalAddressImmediate() function 13220 if (!isLegalAddressImmediate(AM.BaseOffs, VT, Subtarget)) in isLegalAddressingMode()
|