Searched refs:CPS (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 1159 if (const ConstantStruct *CPS = dyn_cast<ConstantStruct>(Init)) { in InitializeMemory() local 1161 getDataLayout().getStructLayout(cast<StructType>(CPS->getType())); in InitializeMemory() 1162 for (unsigned i = 0, e = CPS->getNumOperands(); i != e; ++i) in InitializeMemory() 1163 InitializeMemory(CPS->getOperand(i), (char*)Addr+SL->getElementOffset(i)); in InitializeMemory()
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | invalid-armv7.txt | 46 # CPS: various encodings that are ambiguous with other instructions
|
| H A D | basic-arm-instructions.txt | 487 # CPS
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | basic-thumb-instructions.s | 230 @ CPS
|
| H A D | diagnostics.s | 486 @ Bad CPS instruction format.
|
| H A D | basic-arm-instructions.s | 791 @ CPS
|
| H A D | basic-thumb2-instructions.s | 619 @ CPS
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 118 "(t2)?CPS[123]p$", "(t2)?DBG$", "(t2)?DMB$", "(t2)?DSB$", "ERET$",
|
| H A D | ARMInstrInfo.td | 2234 class CPS<dag iops, string asm_ops> 2254 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode), 2257 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">; 2260 def CPS1p : CPS<(ins imm0_31:$mode), "\t$mode">;
|
| H A D | ARMInstrFormats.td | 142 // ARM imod and iflag operands, used only by the CPS instruction.
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1231 // Section 8.4.15 - CPS (Compare Single)
|