Searched refs:CPS (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 98 static bool isInitialized() { return CPS; } in isInitialized() 151 static COFFPlatformRuntimeState *CPS; member in __anona9b506c50111::COFFPlatformRuntimeState 166 COFFPlatformRuntimeState *COFFPlatformRuntimeState::CPS = nullptr; member in COFFPlatformRuntimeState 572 assert(!CPS && "COFFPlatformRuntimeState should be null"); in initialize() 573 CPS = new COFFPlatformRuntimeState(); in initialize() 577 assert(CPS && "COFFPlatformRuntimeState not initialized"); in get() 578 return *CPS; in get() 582 assert(CPS && "COFFPlatformRuntimeState not initialized"); in destroy() 583 delete CPS; in destroy()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/usr.bin/perl/Cross/ |
H A D | Makefile-cross-SH | 195 CPS = $cp 447 \$(CPS) op.c opmini.c
|
/openbsd/lib/libssl/doc/ |
H A D | openssl.txt | 425 policy OID, explicitText and CPS options are displayed with IE5. 442 CPS.nnn=value 463 CPS.1="http://my.host.name/" 464 CPS.2="http://my.your.name/"
|
/openbsd/gnu/usr.bin/perl/ |
H A D | Makefile.SH | 291 CPS = $cp 748 \$(CPS) ${file}.c ${file}mini.c
|
/openbsd/lib/libcrypto/ |
H A D | cert.pem | 21 CPS: http://www.firmaprofesional.com/cps 93 CPS: http://www.accv.es/legislacion_c.htm 2283 CPS: https://wwww.certigna.fr/autorites/ 2959 === /C=US/O=Entrust, Inc./OU=www.entrust.net/CPS is incorporated by reference/OU=(c) 2006 Entrust, … 2968 …Subject: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 E… 3082 CPS: http://www.cert.fnmt.es/dpcs/ 4808 CPS: http://www.quovadisglobal.com/cps 5676 CPS: http://repository.swisssign.com/ 5735 CPS: http://repository.swisssign.com/
|
/openbsd/gnu/llvm/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 | 2244 class CPS<dag iops, string asm_ops> 2264 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode), 2267 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">; 2270 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.
|
/openbsd/lib/libcrypto/objects/ |
H A D | objects.txt | 497 id-qt 1 : id-qt-cps : Policy Qualifier CPS
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 1244 // Section 8.4.15 - CPS (Compare Single)
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1990 | 880 (read_inferior_registers): Mark WIM and TBR and FPS and CPS valid
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/po/ |
H A D | gas.pot | 1699 msgid "unrecognized CPS flag" 1703 msgid "missing CPS flags"
|