HomeSort by relevance Sort by last modified time
    Searched refs:OpC (Results 51 - 61 of 61) sorted by null

1 23

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 305 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
306 return N->getOpcode() == Opc
449 unsigned Opc;
478 Opc = PPC::CMPLW;
483 Opc = PPC::CMPLW;
490 Opc = PPC::CMPW;
521 Opc = PPC::CMPLD;
526 Opc = PPC::CMPLD;
533 Opc = PPC::CMPD;
536 Opc = PPC::FCMPUS
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 515 static Constant *SymbolicallyEvaluateBinop(unsigned Opc, Constant *Op0,
526 if (Opc == Instruction::Sub && TD) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 638 Constant *SymbolicallyEvaluateBinop(unsigned Opc, Constant *Op0, Constant *Op1,
646 if (Opc == Instruction::And) {
670 if (Opc == Instruction::Sub) {
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 691 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
692 if (!OpC)
697 unsigned ElementIdx = OpC->getZExtValue();
704 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth());
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 286 auto *OpC = Func->makeVariable(typeElementType(Cond->getType()));
287 Context.insert<InstExtractElement>(OpC, Cond, Index);
294 Context.insert<InstSelect>(Dst, OpC, OpT, OpF);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 341 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) {
342 ID.AddInteger(OpC);
371 static void AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC,
373 AddNodeIDOpcode(ID, OpC);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 316 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) {
317 ID.AddInteger(OpC);
347 unsigned short OpC, SDVTList VTList,
349 AddNodeIDOpcode(ID, OpC);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 451 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
452 return N->getOpcode() == Opc
460 unsigned Opc = N->getValueType(0) == MVT::i32 ? PPC::ADDI : PPC::ADDI8;
462 CurDAG->SelectNodeTo(SN, Opc, N->getValueType(0), TFI,
465 ReplaceNode(SN, CurDAG->getMachineNode(Opc, dl, N->getValueType(0), TFI,
721 unsigned OpC = Hi ? PPC::LIS8 : PPC::LI8;
722 Result = CurDAG->getMachineNode(OpC, dl, MVT::i64, getI32Imm(Hi));
    [all...]

Completed in 363 milliseconds

1 23