Home
last modified time | relevance | path

Searched refs:CPS (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1159 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 Dinvalid-armv7.txt46 # CPS: various encodings that are ambiguous with other instructions
H A Dbasic-arm-instructions.txt487 # CPS
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s230 @ CPS
H A Ddiagnostics.s486 @ Bad CPS instruction format.
H A Dbasic-arm-instructions.s791 @ CPS
H A Dbasic-thumb2-instructions.s619 @ CPS
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleA57.td118 "(t2)?CPS[123]p$", "(t2)?DBG$", "(t2)?DMB$", "(t2)?DSB$", "ERET$",
H A DARMInstrInfo.td2234 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 DARMInstrFormats.td142 // ARM imod and iflag operands, used only by the CPS instruction.
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td1231 // Section 8.4.15 - CPS (Compare Single)