Home
last modified time | relevance | path

Searched defs:PtrAdd (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/upp/upp/uppsrc/Core/
H A DPtr.cpp28 PteBase::Prec *PteBase::PtrAdd() in PtrAdd() function in Upp::PteBase
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp151 auto PtrAdd = B.buildPtrAdd(p0, {B.buildUndef(p0)}, Copies[0]); in TEST_F() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp151 auto PtrAdd = B.buildPtrAdd(p0, {B.buildUndef(p0)}, Copies[0]); in TEST_F() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2012 auto PtrAdd = Builder.buildPtrAdd(PtrTy, LHS, RHS); in applyCombineAddP2IToPtrAdd() local
2019 auto &PtrAdd = cast<GPtrAdd>(MI); in matchCombineConstPtrAddToI2P() local
2037 auto &PtrAdd = cast<GPtrAdd>(MI); in applyCombineConstPtrAddToI2P() local
2985 auto &PtrAdd = cast<GPtrAdd>(MI); in matchPtrAddZero() local
3004 auto &PtrAdd = cast<GPtrAdd>(MI); in applyPtrAddZero() local
4128 MachineInstr &PtrAdd) { in reassociationCanBreakAddressingModePattern()
4279 auto &PtrAdd = cast<GPtrAdd>(MI); in matchReassocPtrAdd() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp192 auto PtrAdd = B.buildPtrAdd(p0, {B.buildUndef(p0)}, Copies[0]); in TEST_F() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp192 auto PtrAdd = B.buildPtrAdd(p0, {B.buildUndef(p0)}, Copies[0]); in TEST_F() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp192 auto PtrAdd = B.buildPtrAdd(p0, {B.buildUndef(p0)}, Copies[0]); in TEST_F() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp192 auto PtrAdd = B.buildPtrAdd(p0, {B.buildUndef(p0)}, Copies[0]); in TEST_F() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp192 auto PtrAdd = B.buildPtrAdd(p0, {B.buildUndef(p0)}, Copies[0]); in TEST_F() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/3d/common/iStdLib/
H A Dutility.h1249 __forceinline Type* PtrAdd( Type* ptr, const size_t numBytes ) in PtrAdd() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dmisc.h384 inline PTR PtrAdd(PTR pointer, OFF offset) in PtrAdd() function
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dmisc.h384 inline PTR PtrAdd(PTR pointer, OFF offset) in PtrAdd() function
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dmisc.h384 inline PTR PtrAdd(PTR pointer, OFF offset) in PtrAdd() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5066 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5127 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5200 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5332 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5393 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5466 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5332 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5393 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5466 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dmisc.h386 inline PTR PtrAdd(PTR pointer, OFF offset) in PtrAdd() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5511 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5572 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5645 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5511 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5572 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5645 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5511 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5572 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5645 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5757 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5818 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5891 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5511 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5572 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5645 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5511 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
5572 MachineInstr *PtrAdd = in selectAddrModeXRO() local
5645 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp4409 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
4495 MachineInstr *PtrAdd = in selectAddrModeWRO() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp4409 MachineInstr *PtrAdd = in selectAddrModeShiftedExtendXReg() local
4495 MachineInstr *PtrAdd = in selectAddrModeWRO() local

12