/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFSelectionDAGInfo.cpp | 26 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 27 if (!ConstantSize) in EmitTargetCodeForMemcpy() 30 unsigned CopyLen = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemset() local 46 !ConstantSize || in EmitTargetCodeForMemset() 47 ConstantSize->getZExtValue() > in EmitTargetCodeForMemset() 78 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset() 183 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 184 if (!ConstantSize) in EmitTargetCodeForMemcpy() 186 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 24 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 25 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy() 28 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 69 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemset() local 87 if ((Align & 3) != 0 || !ConstantSize || in EmitTargetCodeForMemset() 88 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) { in EmitTargetCodeForMemset() 122 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset() 209 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 212 if (!ConstantSize) in EmitTargetCodeForMemcpy() 214 RepMovsRepeats Repeats(ConstantSize->getZExtValue()); in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 51 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemset() local 69 if ((Align & 3) != 0 || !ConstantSize || in EmitTargetCodeForMemset() 70 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) { in EmitTargetCodeForMemset() 101 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset() 202 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 205 if (!ConstantSize) in EmitTargetCodeForMemcpy() 207 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 24 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 25 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy() 28 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiSelectionDAGInfo.cpp | 28 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 29 if (!ConstantSize) in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiSelectionDAGInfo.cpp | 26 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 27 if (!ConstantSize) in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXSelectionDAGInfo.cpp | 42 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 43 if (!ConstantSize) in EmitTargetCodeForMemcpy() 45 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 42 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 43 if (!ConstantSize) in EmitTargetCodeForMemcpy() 45 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 140 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 141 if (!ConstantSize) in EmitTargetCodeForMemcpy() 144 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/llvm/include/llvm/Object/ |
D | StackMapParser.h | 305 ConstantsListOffset + getNumConstants() * ConstantSize; in StackMapV1Parser() 424 static const unsigned ConstantSize = sizeof(uint64_t); variable 431 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 140 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local 141 if (!ConstantSize) in EmitTargetCodeForMemcpy() 144 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | StackMapParser.h | 304 ConstantsListOffset + getNumConstants() * ConstantSize; in StackMapV2Parser() 422 static const unsigned ConstantSize = sizeof(uint64_t); variable 429 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.h | 223 GLuint ConstantSize; member
|
D | i915_vtbl.c | 273 sz += state->ConstantSize * sizeof(GLuint); in get_state_size() 482 emit(intel, state->Constant, state->ConstantSize * sizeof(GLuint)); in i915_emit_state()
|
D | i915_program.c | 572 i915->state.ConstantSize = 2 + (nr) * 4; in i915_upload_program()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3672 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local 3673 if (ConstantSize) { in getMemcpy() 3675 if (ConstantSize->isNullValue()) in getMemcpy() 3679 ConstantSize->getZExtValue(),Align, in getMemcpy() 3697 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy() 3699 ConstantSize->getZExtValue(), Align, isVol, in getMemcpy() 3736 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local 3737 if (ConstantSize) { in getMemmove() 3739 if (ConstantSize->isNullValue()) in getMemmove() 3744 ConstantSize->getZExtValue(), Align, isVol, in getMemmove() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4611 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local 4612 if (ConstantSize) { in getMemcpy() 4614 if (ConstantSize->isNullValue()) in getMemcpy() 4618 ConstantSize->getZExtValue(),Align, in getMemcpy() 4637 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy() 4639 ConstantSize->getZExtValue(), Align, isVol, in getMemcpy() 4684 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local 4685 if (ConstantSize) { in getMemmove() 4687 if (ConstantSize->isNullValue()) in getMemmove() 4692 ConstantSize->getZExtValue(), Align, isVol, in getMemmove() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5683 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local 5684 if (ConstantSize) { in getMemcpy() 5686 if (ConstantSize->isNullValue()) in getMemcpy() 5690 ConstantSize->getZExtValue(),Align, in getMemcpy() 5709 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy() 5711 ConstantSize->getZExtValue(), Align, isVol, in getMemcpy() 5797 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local 5798 if (ConstantSize) { in getMemmove() 5800 if (ConstantSize->isNullValue()) in getMemmove() 5805 ConstantSize->getZExtValue(), Align, isVol, in getMemmove() [all …]
|