OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CondCodes
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430.h
22
enum
CondCodes
{
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRInstrInfo.h
31
enum
CondCodes
{
69
const MCInstrDesc &getBrCond(AVRCC::
CondCodes
CC) const;
70
AVRCC::
CondCodes
getCondFromBranchOpc(unsigned Opc) const;
71
AVRCC::
CondCodes
getOppositeCondition(AVRCC::
CondCodes
CC) const;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
ARMBaseInfo.h
28
// The
CondCodes
constants map directly to the 4-bit encoding of the
30
enum
CondCodes
{ // Meaning (integer) Meaning (floating-point)
48
inline static
CondCodes
getOppositeCondition(
CondCodes
CC) {
71
inline static ARMCC::
CondCodes
getSwappedCondition(ARMCC::
CondCodes
CC) {
146
inline static const char *ARMCondCodeToString(ARMCC::
CondCodes
CC) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
Sparc.h
40
enum
CondCodes
{
94
inline static const char *SPARCCondCodeToString(SPCC::
CondCodes
CC) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp
921
auto
CondCodes
= seq((int)X86::CondCode::COND_O,
923
Choices.reserve(std::distance(
CondCodes
.begin(),
CondCodes
.end()));
924
for (int CondCode :
CondCodes
)
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTX.h
27
enum
CondCodes
{
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
2553
unsigned *
CondCodes
= nullptr;
2558
CondCodes
= &CondCodeTable[0][0];
2561
CondCodes
= &CondCodeTable[1][0];
2565
if (
CondCodes
) {
2571
.addImm(
CondCodes
[0]);
2576
.addImm(
CondCodes
[1]);
Completed in 22 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026