Home
last modified time | relevance | path

Searched refs:LDM (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp184 LocationDiscriminatorMap LDM; in addDiscriminators() local
211 unsigned Discriminator = R.second ? ++LDM[L] : LDM[L]; in addDiscriminators()
241 unsigned Discriminator = ++LDM[L]; in addDiscriminators()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp180 LocationDiscriminatorMap LDM; in addDiscriminators() local
205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators()
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators()
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dinvalid-RFEorLDMIA-arm.txt10 # A8.6.53 LDM/LDMIA/LDMFD is predicated with Inst{31-28} as cond ==> Not an LDMIA instruction
Dthumb1.txt134 # LDM
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2010-10-25-ifcvt-ldm.ll3 ; LDM instruction, was causing an assertion failure because the microop count
Dcortex-a57-misched-ldm.ll5 ; We need second, post-ra scheduling to have LDM instruction combined from single-loads
Dcortex-a57-misched-ldm-wrback.ll10 ; We need second, post-ra scheduling to have LDM instruction combined from single-loads
D2013-04-16-AAPCS-C4-vs-VFP.ll24 ;registers from memory using an LDM instruction. The argument has now been
/external/llvm/test/CodeGen/ARM/
D2010-10-25-ifcvt-ldm.ll3 ; LDM instruction, was causing an assertion failure because the microop count
D2013-04-16-AAPCS-C4-vs-VFP.ll24 ;registers from memory using an LDM instruction. The argument has now been
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-10-25-ifcvt-ldm.ll3 ; LDM instruction, was causing an assertion failure because the microop count
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dthumb-diagnostics.s45 @ Invalid writeback and register lists for LDM
Dbasic-thumb-instructions.s213 @ LDM
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMScheduleSwift.td483 (instregex "LDM(IA|DA|DB|IB)$", "t2LDM(IA|DA|DB|IB)$",
484 "(t|sys)LDM(IA|DA|DB|IB)$")>;
487 "LDM(IA|DA|DB|IB)_UPD", "(t2|sys|t)LDM(IA|DA|DB|IB)_UPD")>;
DARMScheduleR52.td481 (instregex "LDM(IA|DA|DB|IB)$", "t2LDM(IA|DA|DB|IB)$",
482 "(t|sys)LDM(IA|DA|DB|IB)$")>;
484 (instregex "LDM(IA|DA|DB|IB)_UPD", "(t2|sys|t)LDM(IA|DA|DB|IB)_UPD")>;
DARMScheduleA9.td2050 // Define a predicate to select the LDM based on number of memory addresses.
2059 // LDM/VLDM/VLDn address generation latency & resources.
2070 // For unknown LDM/VLDM/VSTM, assume 2 32-bit registers.
2073 // Define LDM Resources.
2093 // LDM: Load multiple into 32-bit integer registers.
2248 // tuple, unlike LDM. So the number of write operands is not variadic.
2254 // Resources for other (non-LDM/VLDM) Variants.
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td466 (instregex "LDM(IA|DA|DB|IB)$", "t2LDM(IA|DA|DB|IB)$",
467 "(t|sys)LDM(IA|DA|DB|IB)$")>;
470 "LDM(IA|DA|DB|IB)_UPD", "(t2|sys|t)LDM(IA|DA|DB|IB)_UPD")>;
DARMScheduleA9.td2026 // Define a predicate to select the LDM based on number of memory addresses.
2035 // LDM/VLDM/VLDn address generation latency & resources.
2046 // For unknown LDM/VLDM/VSTM, assume 2 32-bit registers.
2049 // Define LDM Resources.
2069 // LDM: Load multiple into 32-bit integer registers.
2224 // tuple, unlike LDM. So the number of write operands is not variadic.
2230 // Resources for other (non-LDM/VLDM) Variants.
DARMBaseInstrInfo.cpp1238 MachineInstrBuilder LDM, STM; in expandMEMCPY() local
1240 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA_UPD in expandMEMCPY()
1245 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA : ARM::LDMIA)); in expandMEMCPY()
1257 AddDefaultPred(LDM.addOperand(MI->getOperand(3))); in expandMEMCPY()
1273 LDM.addReg(Reg, RegState::Define); in expandMEMCPY()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dthumb1.txt147 # LDM
Dinvalid-armv7.txt105 # A8.6.53 LDM/LDMIA/LDMFD is predicated with Inst{31-28} as cond ==> Not an LDMIA instruction
/external/llvm/test/MC/Disassembler/ARM/
Dthumb1.txt147 # LDM
Dinvalid-armv7.txt105 # A8.6.53 LDM/LDMIA/LDMFD is predicated with Inst{31-28} as cond ==> Not an LDMIA instruction
/external/llvm/test/MC/ARM/
Dthumb-diagnostics.s58 @ Invalid writeback and register lists for LDM
Dbasic-thumb-instructions.s248 @ LDM

123