HomeSort by relevance Sort by last modified time
    Searched refs:ConstantSDNode (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
StatepointLowering.cpp 201 if (isa<ConstantSDNode>(Incoming) || isa<FrameIndexSDNode>(Incoming)) {
379 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Incoming)) {
    [all...]
LegalizeIntegerTypes.cpp 357 assert(isa<ConstantSDNode>(Result) && "Didn't constant fold ext?");
    [all...]
LegalizeTypesGeneric.cpp 206 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ?
417 return cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? Hi : Lo;
LegalizeVectorTypes.cpp 375 unsigned Op = !cast<ConstantSDNode>(Arg)->isNullValue();
839 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
864 if (ConstantSDNode *ConstIdx = dyn_cast<ConstantSDNode>(Idx)) {
    [all...]
ResourcePriorityQueue.cpp 344 if (isa<ConstantSDNode>(Op.getNode()))
LegalizeDAG.cpp 159 SDValue ExpandConstant(ConstantSDNode *CP);
296 SDValue SelectionDAGLegalize::ExpandConstant(ConstantSDNode *CP) {
360 if (ConstantSDNode *InsertPos = dyn_cast<ConstantSDNode>(Idx)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 196 int64_t Val = cast<ConstantSDNode>(N)->getSExtValue();
291 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 518 cast<ConstantSDNode>(Cond.getOperand(2))
559 ConstantSDNode *CN;
560 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
567 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
594 ConstantSDNode *CN;
600 if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) ||
608 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) ||
620 if (!(CN = dyn_cast<ConstantSDNode>(Shl.getOperand(1))))
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 127 Offset0 = cast<ConstantSDNode>(Load0->getOperand(2))->getZExtValue();
128 Offset1 = cast<ConstantSDNode>(Load1->getOperand(2))->getZExtValue();
139 const ConstantSDNode *Load0Offset =
140 dyn_cast<ConstantSDNode>(Load0->getOperand(1));
141 const ConstantSDNode *Load1Offset =
142 dyn_cast<ConstantSDNode>(Load1->getOperand(1));
182 if (!isa<ConstantSDNode>(Off0) || !isa<ConstantSDNode>(Off1))
185 Offset0 = cast<ConstantSDNode>(Off0)->getZExtValue();
186 Offset1 = cast<ConstantSDNode>(Off1)->getZExtValue()
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 564 ConstantSDNode *Mask = dyn_cast<ConstantSDNode>(Op1);
839 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1)))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 293 assert(isa<ConstantSDNode>(Result) && "Didn't constant fold ext?");
    [all...]
LegalizeTypesGeneric.cpp 160 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ?
335 return cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? Hi : Lo;
LegalizeVectorTypes.cpp 269 unsigned Op = !cast<ConstantSDNode>(Arg)->isNullValue();
614 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
650 if (ConstantSDNode *CIdx = dyn_cast<ConstantSDNode>(Idx)) {
    [all...]
ScheduleDAGFast.cpp 488 cast<ConstantSDNode>(Node->getOperand(i))->getZExtValue();
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 82 /// ConstantSDNode or undef.
662 /// Helper method returns the integer value of a ConstantSDNode operand.
    [all...]
SelectionDAG.h 471 /// \brief Create a ConstantSDNode wrapping a constant value.
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 530 /// ConstantSDNode operand.
    [all...]
SelectionDAG.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 479 /// \brief Create a ConstantSDNode wrapping a constant value.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 525 /// \brief Create a ConstantSDNode wrapping a constant value.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 525 /// \brief Create a ConstantSDNode wrapping a constant value.
    [all...]

Completed in 501 milliseconds

1 2 3 45 6 7