HomeSort by relevance Sort by last modified time
    Searched refs:CondCodes (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.h 36 ARMCC::CondCodes Pred = ARMCC::AL,
Thumb2ITBlockPass.cpp 43 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
105 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
153 ARMCC::CondCodes NCC = getITInstrPredicate(I, NPredReg);
170 ARMCC::CondCodes CC = getITInstrPredicate(MI, PredReg);
193 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
206 ARMCC::CondCodes NCC = getITInstrPredicate(NMI, NPredReg);
Thumb1RegisterInfo.h 42 ARMCC::CondCodes Pred = ARMCC::AL,
Thumb2InstrInfo.h 70 ARMCC::CondCodes getITInstrPredicate(const MachineInstr *MI, unsigned &PredReg);
Thumb2RegisterInfo.cpp 39 ARMCC::CondCodes Pred, unsigned PredReg,
ARMBaseInstrInfo.h 77 ARMCC::CondCodes getPredicate(const MachineInstr *MI) const {
79 return PIdx != -1 ? (ARMCC::CondCodes)MI->getOperand(PIdx).getImm()
366 ARMCC::CondCodes getInstrPredicate(const MachineInstr *MI, unsigned &PredReg);
387 ARMCC::CondCodes Pred, unsigned PredReg,
393 ARMCC::CondCodes Pred, unsigned PredReg,
ARMBaseRegisterInfo.h 166 ARMCC::CondCodes Pred = ARMCC::AL,
ARMLoadStoreOptimizer.cpp 95 ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch,
108 ARMCC::CondCodes Pred,
115 ARMCC::CondCodes Pred, unsigned PredReg,
285 int Opcode, ARMCC::CondCodes Pred,
371 ARMCC::CondCodes Pred, unsigned PredReg,
448 ARMCC::CondCodes Pred, unsigned PredReg,
531 ARMCC::CondCodes Pred, unsigned PredReg) {
564 ARMCC::CondCodes Pred, unsigned PredReg) {
719 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg);
872 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg)
    [all...]
ARMBaseInstrInfo.cpp 161 ARMCC::CondCodes Pred = (ARMCC::CondCodes)MI->getOperand(NumOps-1).getImm();
431 ARMCC::CondCodes CC = (ARMCC::CondCodes)(int)Cond[0].getImm();
480 ARMCC::CondCodes CC1 = (ARMCC::CondCodes)Pred1[0].getImm();
481 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm();
    [all...]
ARMBaseRegisterInfo.cpp 389 ARMCC::CondCodes Pred,
742 ARMCC::CondCodes Pred = (PIdx == -1)
743 ? ARMCC::AL : (ARMCC::CondCodes)MI.getOperand(PIdx).getImm();
  /external/llvm/lib/Target/MSP430/
MSP430.h 23 enum CondCodes {
MSP430InstrInfo.cpp 130 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm());
225 MSP430CC::CondCodes BranchCode =
226 static_cast<MSP430CC::CondCodes>(I->getOperand(1).getImm());
248 MSP430CC::CondCodes OldBranchCode = (MSP430CC::CondCodes)Cond[0].getImm();
  /external/llvm/lib/Target/Sparc/
Sparc.h 36 enum CondCodes {
73 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) {
SparcInstrInfo.cpp 83 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC)
173 SPCC::CondCodes BranchCode = (SPCC::CondCodes)I->getOperand(1).getImm();
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 34 enum CondCodes {
44 inline static const char *NVPTXCondCodeToString(NVPTXCC::CondCodes CC) {
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.h 66 GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */
prog_execute.c 460 if (test_cc(machine->CondCodes[GET_SWZ(swizzle, 0)], condMask) ||
461 test_cc(machine->CondCodes[GET_SWZ(swizzle, 1)], condMask) ||
462 test_cc(machine->CondCodes[GET_SWZ(swizzle, 2)], condMask) ||
463 test_cc(machine->CondCodes[GET_SWZ(swizzle, 3)], condMask)) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)],
516 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)],
521 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)],
545 machine->CondCodes[0] = generate_cc(value[0]);
547 machine->CondCodes[1] = generate_cc(value[1])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 198 machine->CondCodes[0] = COND_EQ;
199 machine->CondCodes[1] = COND_EQ;
200 machine->CondCodes[2] = COND_EQ;
201 machine->CondCodes[3] = COND_EQ;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 27 // The CondCodes constants map directly to the 4-bit encoding of the
29 enum CondCodes { // Meaning (integer) Meaning (floating-point)
47 inline static CondCodes getOppositeCondition(CondCodes CC) {
68 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) {
  /external/mesa3d/src/mesa/program/
prog_execute.h 66 GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */
prog_execute.c 460 if (test_cc(machine->CondCodes[GET_SWZ(swizzle, 0)], condMask) ||
461 test_cc(machine->CondCodes[GET_SWZ(swizzle, 1)], condMask) ||
462 test_cc(machine->CondCodes[GET_SWZ(swizzle, 2)], condMask) ||
463 test_cc(machine->CondCodes[GET_SWZ(swizzle, 3)], condMask)) {
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)],
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)],
516 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)],
521 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)],
545 machine->CondCodes[0] = generate_cc(value[0]);
547 machine->CondCodes[1] = generate_cc(value[1])
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 198 machine->CondCodes[0] = COND_EQ;
199 machine->CondCodes[1] = COND_EQ;
200 machine->CondCodes[2] = COND_EQ;
201 machine->CondCodes[3] = COND_EQ;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 252 machine->CondCodes[0] = COND_EQ;
253 machine->CondCodes[1] = COND_EQ;
254 machine->CondCodes[2] = COND_EQ;
255 machine->CondCodes[3] = COND_EQ;
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 252 machine->CondCodes[0] = COND_EQ;
253 machine->CondCodes[1] = COND_EQ;
254 machine->CondCodes[2] = COND_EQ;
255 machine->CondCodes[3] = COND_EQ;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 28 // The CondCodes constants map directly to the 4-bit encoding of the
30 enum CondCodes { // Meaning (integer) Meaning (floating-point)
54 inline static const char *A64CondCodeToString(A64CC::CondCodes CC) {
76 inline static A64CC::CondCodes A64StringToCondCode(StringRef CondStr) {
77 return StringSwitch<A64CC::CondCodes>(CondStr.lower())
100 inline static A64CC::CondCodes A64InvertCondCode(A64CC::CondCodes CC) {
104 return static_cast<A64CC::CondCodes>(static_cast<unsigned>(CC) ^ 0x1);
    [all...]

Completed in 710 milliseconds

1 2