Searched defs:CondCodes (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430.h23 enum CondCodes { enum in namespace:MSP430CC
/external/mesa3d/src/mesa/program/
H A Dprog_execute.h66 GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */ member in struct:gl_program_machine
/external/llvm/lib/Target/Sparc/
H A DSparc.h42 enum CondCodes { enum in namespace:llvm::SPCC
79 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h34 enum CondCodes { enum in namespace:llvm::NVPTXCC
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h27 // The CondCodes constants map directly to the 4-bit encoding of the
29 enum CondCodes { // Meaning (integer) Meaning (floating-point) enum in namespace:llvm::ARMCC
47 inline static CondCodes getOppositeCondition(CondCodes CC) {
68 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2456 unsigned *CondCodes = nullptr; local
2461 CondCodes = &CondCodeTable[0][0];
2464 CondCodes = &CondCodeTable[1][0];
2468 if (CondCodes) {
2474 .addImm(CondCodes[0]);
2479 .addImm(CondCodes[1]);

Completed in 204 milliseconds