HomeSort by relevance Sort by last modified time
    Searched refs:getTargetConstant (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/PTX/
PTXISelDAGToDAG.cpp 95 SDValue PredOp = CurDAG->getTargetConstant(PTXPredicate::Normal, MVT::i32);
134 SDValue PredOp = CurDAG->getTargetConstant(PTXPredicate::None, MVT::i32);
172 SDValue PredOp = CurDAG->getTargetConstant(PTXPredicate::None, MVT::i32);
206 R2 = CurDAG->getTargetConstant(0, Addr.getValueType().getSimpleVT());
229 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
236 Offset = CurDAG->getTargetConstant(0, Addr.getValueType().getSimpleVT());
250 Offset = CurDAG->getTargetConstant(0, Addr.getValueType().getSimpleVT());
263 Offset = CurDAG->getTargetConstant(0, Addr.getValueType().getSimpleVT());
299 Offset = CurDAG->getTargetConstant(0, Addr.getValueType().getSimpleVT());
314 Offset = CurDAG->getTargetConstant(0, Addr.getValueType().getSimpleVT())
    [all...]
PTXISelLowering.cpp 275 SDValue Index = DAG.getTargetConstant(i, MVT::i32);
424 Ops[Ins.size()+3] = DAG.getTargetConstant(outSize, MVT::i32);
459 SDValue FrameAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), FrameIndex, DAG.getTargetConstant((i - 1) * 8, getPointerTy()));
492 Ops[1] = DAG.getTargetConstant(Ins.size(), MVT::i32);
PTXInstrInfo.cpp 320 SDValue predOp = DAG->getTargetConstant(PTXPredicate::None, MVT::i32);
329 SDValue predOp = DAG->getTargetConstant(PTXPredicate::None, MVT::i32);
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 168 return CurDAG->getTargetConstant(Imm, MVT::i32);
173 return CurDAG->getTargetConstant(Imm, SPUtli.getPointerTy());
319 SDValue Zero = CurDAG->getTargetConstant(0, OffsVT);
325 Base = CurDAG->getTargetConstant( val , MVT::i32);
412 Base = CurDAG->getTargetConstant(0, PtrTy);
423 Base = CurDAG->getTargetConstant(0, PtrTy);
438 Base = CurDAG->getTargetConstant(offset, PtrTy);
443 Base = CurDAG->getTargetConstant(offset, PtrTy);
459 Base = CurDAG->getTargetConstant(offset, PtrTy);
464 Base = CurDAG->getTargetConstant(offset, PtrTy)
    [all...]
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 324 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
359 SDValue TargetConst = CurDAG->getTargetConstant(Val, MVT::i32);
379 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
380 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
423 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
424 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
450 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32);
451 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
532 SDValue TargetConstVal = CurDAG->getTargetConstant(Val, MVT::i32);
551 SDValue TargetConst0 = CurDAG->getTargetConstant(0, MVT::i32)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 55 return CurDAG->getTargetConstant(Imm, MVT::i32);
96 Offset = CurDAG->getTargetConstant(0, MVT::i32);
106 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
117 Offset = CurDAG->getTargetConstant(0, MVT::i32);
127 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
138 Offset = CurDAG->getTargetConstant(0, MVT::i32);
148 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 90 return CurDAG->getTargetConstant(Imm, MVT::i32);
156 Disp = CurDAG->getTargetConstant(imm, MVT::i32);
167 Disp = CurDAG->getTargetConstant(Imm, CN->getValueType(0));
172 Disp = CurDAG->getTargetConstant(0, TM.getTargetLowering()->getPointerTy());
209 SDValue imm = CurDAG->getTargetConstant(0, MVT::i32);
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 89 return CurDAG->getTargetConstant(Imm, MVT::i32);
409 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal),
436 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal),
454 OffImm = CurDAG->getTargetConstant(0, MVT::i32);
464 OffImm = CurDAG->getTargetConstant(0, MVT::i32);
479 OffImm = CurDAG->getTargetConstant(RHSC, MVT::i32);
486 OffImm = CurDAG->getTargetConstant(0, MVT::i32);
509 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt,
580 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt, ShOpcVal),
609 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 77 Offset = CurDAG->getTargetConstant(0, MVT::i32);
94 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), MVT::i32);
110 Offset = CurDAG->getTargetConstant(0, MVT::i32);
157 CurDAG->getTargetConstant(31, MVT::i32)), 0);
SparcISelLowering.cpp 572 Ops.push_back(DAG.getTargetConstant(SRetArgSize, MVT::i32));
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 99 return CurDAG->getTargetConstant(Imm, Node->getValueType(0));
274 Offset = CurDAG->getTargetConstant(0, ValTy);
303 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
335 Offset = CurDAG->getTargetConstant(0, ValTy);
492 SDValue ImmOpnd = CurDAG->getTargetConstant(SignExtend64<16>(Inst->ImmOpnd),
508 ImmOpnd = CurDAG->getTargetConstant(SignExtend64<16>(Inst->ImmOpnd),
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 280 Disp = CurDAG->getTargetConstant(AM.Disp, MVT::i16);
409 TFI, CurDAG->getTargetConstant(0, MVT::i16));
411 TFI, CurDAG->getTargetConstant(0, MVT::i16));
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 254 Disp = CurDAG->getTargetConstant(AM.Disp, MVT::i32);
265 return CurDAG->getTargetConstant(Imm, MVT::i8);
271 return CurDAG->getTargetConstant(Imm, MVT::i32);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 748 return DAG.getTargetConstant(0, MVT::i32); // 0,0,0,undef
751 return DAG.getTargetConstant(Val, MVT::i32); // 0,0,0,4 -> vspltisw(4)
755 return DAG.getTargetConstant(~0U, MVT::i32); // -1,-1,-1,undef
758 return DAG.getTargetConstant(Val, MVT::i32);
    [all...]
PPCISelDAGToDAG.cpp 63 return CurDAG->getTargetConstant(Imm, MVT::i32);
69 return CurDAG->getTargetConstant(Imm, MVT::i64);
74 return CurDAG->getTargetConstant(Imm, PPCLowering.getPointerTy());
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 331 SDValue getTargetConstant(uint64_t Val, EVT VT) {
334 SDValue getTargetConstant(const APInt &Val, EVT VT) {
337 SDValue getTargetConstant(const ConstantInt &Val, EVT VT) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp 200 DAG.getTargetConstant(1, TLI.getPointerTy()));
    [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]

Completed in 292 milliseconds