Searched refs:compose (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h80 static std::string compose(const value_type &KeyValue) { function in class:lldb_private::Environment
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp102 entries.AppendString(Environment::compose(KV).c_str());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp172 static Multilib compose(const Multilib &Base, const Multilib &New) { function
200 Multilib MO = compose(Base, New);
/freebsd-13-stable/contrib/less/
H A Dcharset.c739 DECLARE_RANGE_TABLE_START(compose)
740 #include "compose.uni"
741 DECLARE_RANGE_TABLE_END(compose)
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S123 vmov.i8 q8,#0x55 @ compose .LBS0
124 vmov.i8 q9,#0x33 @ compose .LBS1
149 vmov.i8 q8,#0x0f @ compose .LBS2
467 vmov.i8 q8,#0x55 @ compose .LBS0
468 vmov.i8 q9,#0x33 @ compose .LBS1
493 vmov.i8 q8,#0x0f @ compose .LBS2
616 vmov.i8 q8,#0x55 @ compose .LBS0
617 vmov.i8 q9,#0x33 @ compose .LBS1
642 vmov.i8 q8,#0x0f @ compose .LBS2
927 vmov.i8 q8,#0x55 @ compose
[all...]
H A Dghashv8-armx.S127 vshl.u64 q11,q11,#57 @ compose 0xc2.0 constant
H A Dkeccak1600-armv4.S1904 mov r6,#0x11 @ compose constants
2034 mov r6,#0x11 @ compose constants
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h101 // Returns NULL if this and Idx don't compose.
102 CodeGenSubRegIndex *compose(CodeGenSubRegIndex *Idx) const { function in class:llvm::CodeGenSubRegIndex
H A DCodeGenRegisters.cpp334 // Work backwards in the Indices vector in order to compose subregs bottom-up.
1289 CodeGenSubRegIndex *Comp = A->compose(B);
1352 auto compose = [&SubRegAction] (const CodeGenSubRegIndex *Sub1, local
1422 agree(compose(Idx1, Idx2), SubRegAction.at(Idx3)))
1425 " compose ambiguously as " + Prev->getQualifiedName() +
1461 // in the subregister graph that compose for this target and create
1480 // Go through all leaf subregisters and find the ones that compose with
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl691 vmov.i8 $t0,#0x55 @ compose .LBS0
692 vmov.i8 $t1,#0x33 @ compose .LBS1
697 vmov.i8 $t0,#0x0f @ compose .LBS2
1002 vmov.i8 @XMM[7],#0x63 @ compose .L63
1452 vmov.i32 @XMM[8],#1 @ compose 1<<96
1457 vadd.u32 @XMM[9],@XMM[8],@XMM[8] @ compose 2<<96
1463 vadd.u32 @XMM[10], @XMM[8], @XMM[9] @ compose 3<<96
1512 vmov.i32 @XMM[8], #1 @ compose 1<<96
1518 vadd.u32 @XMM[9],@XMM[8],@XMM[8] @ compose 2<<96
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp830 int r = SendEnvironmentPacket(Environment::compose(KV).c_str());

Completed in 202 milliseconds