/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 100 ConstantInt *CSL = nullptr, *CSR = nullptr, *CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() local 107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 121 CSR = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in INITIALIZE_PASS_DEPENDENCY() 131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 165 uint32_t SR = CSR->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY()
|
D | HexagonVLIWPacketizer.cpp | 345 for (auto *CSR = TRI->getCalleeSavedRegs(&MF); CSR && *CSR; ++CSR) in doesModifyCalleeSavedReg() local 346 if (MI.modifiesRegister(*CSR, TRI)) in doesModifyCalleeSavedReg()
|
D | HexagonFrameLowering.cpp | 282 static bool needsStackFrame(const MachineBasicBlock &MBB, const BitVector &CSR, in needsStackFrame() argument 312 if (CSR[*S]) in needsStackFrame() 322 for (int x = CSR.find_first(); x >= 0; x = CSR.find_next(x)) { in needsStackFrame() 435 BitVector CSR(Hexagon::NUM_TARGET_REGS); in findShrunkPrologEpilog() local 438 CSR[*S] = true; in findShrunkPrologEpilog() 441 if (needsStackFrame(I, CSR, HRI)) in findShrunkPrologEpilog()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRegUnits.cpp | 88 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) in addCalleeSavedRegs() local 89 LiveUnits.addReg(*CSR); in addCalleeSavedRegs()
|
D | RegisterClassInfo.cpp | 58 const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in runOnMachineFunction() local 59 if (Update || CSR != CalleeSavedRegs) { in runOnMachineFunction() 63 for (const MCPhysReg *I = CSR; *I; ++I) in runOnMachineFunction() 69 CalleeSavedRegs = CSR; in runOnMachineFunction()
|
D | MachineFrameInfo.cpp | 124 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; in getPristineRegs() local 125 ++CSR) in getPristineRegs() 126 BV.set(*CSR); in getPristineRegs()
|
D | LivePhysRegs.cpp | 175 for (const MCPhysReg *CSR = MRI.getCalleeSavedRegs(); CSR && *CSR; ++CSR) in addCalleeSavedRegs() local 176 LiveRegs.addReg(*CSR); in addCalleeSavedRegs()
|
D | RegAllocPBQP.cpp | 570 const MCPhysReg *CSR = MF.getRegInfo().getCalleeSavedRegs(); in isACalleeSavedRegister() local 571 for (unsigned i = 0; CSR[i] != 0; ++i) in isACalleeSavedRegister() 572 if (TRI.regsOverlap(reg, CSR[i])) in isACalleeSavedRegister()
|
D | MachineRegisterInfo.cpp | 620 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF); in disableCalleeSavedRegister() local 621 for (const MCPhysReg *I = CSR; *I; ++I) in disableCalleeSavedRegister()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MachineFunctionInfo.cpp | 23 for (const MCPhysReg *CSR = MF->getRegInfo().getCalleeSavedRegs(); in setRestoreBasePointer() local 24 unsigned Reg = *CSR; ++CSR) { in setRestoreBasePointer()
|
/third_party/openssl/doc/man3/ |
D | OSSL_CMP_MSG_get0_header.pod | 51 =item the subject field of any PKCS#10 CSR set in I<ctx> 66 =item the public key of any PKCS#10 CSR given in I<ctx>, 76 If a PKCS#10 CSR is present in I<ctx>, default extensions are taken from there, 80 these override any SANs from the PKCS#10 CSR.
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.data | 273 X509 CSR Information RSA with MD5 275 mbedtls_x509_csr_info:"data_files/server1.req.md5":"CSR version \: 1\nsubject name \: C=NL, O=Po… 277 X509 CSR Information RSA with SHA1 279 mbedtls_x509_csr_info:"data_files/server1.req.sha1":"CSR version \: 1\nsubject name \: C=NL, O=P… 281 X509 CSR Information RSA with SHA224 283 mbedtls_x509_csr_info:"data_files/server1.req.sha224":"CSR version \: 1\nsubject name \: C=NL, O… 285 X509 CSR Information RSA with SHA-256 287 mbedtls_x509_csr_info:"data_files/server1.req.sha256":"CSR version \: 1\nsubject name \: C=NL, O… 289 X509 CSR Information RSA with SHA384 291 mbedtls_x509_csr_info:"data_files/server1.req.sha384":"CSR version \: 1\nsubject name \: C=NL, O… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VECallingConv.td | 18 def CSR : CalleeSavedRegs<(add (sequence "SX%u", 18, 33))>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiCallingConv.td | 49 def CSR: CalleeSavedRegs<(add)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFCallingConv.td | 48 def CSR : CalleeSavedRegs<(add R6, R7, R8, R9, R10)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 274 // R8 is used to pass swifterror, remove it from CSR. 285 // R8 is used to pass swifterror, remove it from CSR. 301 // R8 is used to pass swifterror, remove it from CSR.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCV.td | 86 // Named operands for CSR instructions.
|
D | RISCVSystemOperands.td | 17 // CSR (control and status register read/write) instruction options. 50 // The following CSR encodings match those given in Tables 2.2,
|
D | RISCVSchedule.td | 28 def WriteCSR : SchedWrite; // CSR instructions
|
/third_party/mbedtls/docs/ |
D | use-psa-crypto.md | 59 - `mbedtls_x509write_csr_set_key()` to generate a CSR (certificate signature 150 - when writing a CSR, hash of the request for self-signing the request.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 573 auto CSR = CallSite(const_cast<Instruction *>(R)); in cmpOperations() local 574 if (int Res = cmpNumbers(CSL.getCallingConv(), CSR.getCallingConv())) in cmpOperations() 576 if (int Res = cmpAttrs(CSL.getAttributes(), CSR.getAttributes())) in cmpOperations()
|
/third_party/mbedtls/programs/ |
D | README.md | 111 * [`x509/cert_req.c`](x509/cert_req.c): generates a certificate signing request (CSR) for a private… 117 * [`x509/req_app.c`](x509/req_app.c): loads and dumps a certificate signing request (CSR).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 135 def CSR : CalleeSavedRegs<(add)> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 149 CSR, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 145 // R9 is used to return SwiftError; remove it from CSR.
|