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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h 353 struct SDNodeFlags {
374 SDNodeFlags()
463 void intersectWith(const SDNodeFlags Flags) {
610 SDNodeFlags Flags;
949 const SDNodeFlags getFlags() const { return Flags; }
950 void setFlags(SDNodeFlags NewFlags) { Flags = NewFlags; }
955 void intersectFlagsWith(const SDNodeFlags Flags);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 327 struct SDNodeFlags {
341 SDNodeFlags() {
384 void intersectWith(const SDNodeFlags *Flags) {
717 const SDNodeFlags *getFlags() const;
720 void intersectFlagsWith(const SDNodeFlags *Flags);
958 SDNodeFlags Flags;
960 SDVTList VTs, const SDNodeFlags &NodeFlags)
    [all...]
SelectionDAG.h 760 ArrayRef<SDValue> Ops, const SDNodeFlags *Flags = nullptr);
770 SDValue N2, const SDNodeFlags *Flags = nullptr);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 435 SDValue BuildReciprocalEstimate(SDValue Op, SDNodeFlags Flags);
436 SDValue buildRsqrtEstimate(SDValue Op, SDNodeFlags Flags);
437 SDValue buildSqrtEstimate(SDValue Op, SDNodeFlags Flags);
438 SDValue buildSqrtEstimateImpl(SDValue Op, SDNodeFlags Flags, bool Recip);
440 SDNodeFlags Flags, bool Reciprocal);
442 SDNodeFlags Flags, bool Reciprocal);
686 const SDNodeFlags Flags = Op->getFlags();
757 const SDNodeFlags Flags = Op.getNode()->getFlags();
    [all...]
InstrEmitter.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeVectorTypes.cpp 792 const SDNodeFlags Flags = N->getFlags();
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 359 SDValue BuildReciprocalEstimate(SDValue Op, SDNodeFlags *Flags);
360 SDValue buildRsqrtEstimate(SDValue Op, SDNodeFlags *Flags);
361 SDValue buildSqrtEstimate(SDValue Op, SDNodeFlags *Flags);
362 SDValue buildSqrtEstimateImpl(SDValue Op, SDNodeFlags *Flags, bool Recip);
364 SDNodeFlags *Flags, bool Reciprocal);
366 SDNodeFlags *Flags, bool Reciprocal);
660 const SDNodeFlags *Flags = Op.getNode()->getFlags();
    [all...]
SelectionDAG.cpp 829 if (const SDNodeFlags *Flags = N->getFlags())
850 if (const SDNodeFlags *Flags = N->getFlags())
870 if (const SDNodeFlags *Flags = N->getFlags())
919 const SDNodeFlags *Flags) {
924 SDNodeFlags F;
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeVectorTypes.cpp 716 const SDNodeFlags *Flags = N->getFlags();
    [all...]
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 546 milliseconds