Home
last modified time | relevance | path

Searched refs:ConstantSize (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp25 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
26 if (!ConstantSize) in EmitTargetCodeForMemcpy()
29 unsigned CopyLen = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.cpp25 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
26 if (!ConstantSize) in EmitTargetCodeForMemcpy()
29 unsigned CopyLen = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp24 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-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp23 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
24 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy()
27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp23 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
24 if (AlwaysInline || Alignment < Align(4) || !ConstantSize) in EmitTargetCodeForMemcpy()
27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp27 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
28 if (!ConstantSize) in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp27 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
28 if (!ConstantSize) in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp51 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/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp26 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
27 if (!ConstantSize) in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp50 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemset() local
68 if ((Align & 3) != 0 || !ConstantSize || in EmitTargetCodeForMemset()
69 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) { in EmitTargetCodeForMemset()
103 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset()
311 if (ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local
313 ConstantSize->getZExtValue(), in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp55 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemset() local
73 if (Alignment < Align(4) || !ConstantSize || in EmitTargetCodeForMemset()
74 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) { in EmitTargetCodeForMemset()
108 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset()
318 if (ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local
320 DAG, Subtarget, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp139 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
140 if (!ConstantSize) in EmitTargetCodeForMemcpy()
143 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp140 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-10.0/llvm/include/llvm/Object/
DStackMapParser.h312 ConstantsListOffset + getNumConstants() * ConstantSize; in StackMapParser()
430 static const unsigned ConstantSize = sizeof(uint64_t); variable
437 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp139 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in EmitTargetCodeForMemcpy() local
140 if (!ConstantSize) in EmitTargetCodeForMemcpy()
143 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy()
/external/llvm/include/llvm/Object/
DStackMapParser.h305 ConstantsListOffset + getNumConstants() * ConstantSize; in StackMapV1Parser()
424 static const unsigned ConstantSize = sizeof(uint64_t); variable
431 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/external/llvm-project/llvm/include/llvm/Object/
DStackMapParser.h313 ConstantsListOffset + getNumConstants() * ConstantSize; in StackMapParser()
448 static const unsigned ConstantSize = sizeof(uint64_t); variable
455 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h223 GLuint ConstantSize; member
Di915_vtbl.c272 sz += state->ConstantSize * sizeof(GLuint); in get_state_size()
481 emit(intel, state->Constant, state->ConstantSize * sizeof(GLuint)); in i915_emit_state()
Di915_program.c572 i915->state.ConstantSize = 2 + (nr) * 4; in i915_upload_program()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1162 uint64_t ConstantSize = CGM.getDataLayout().getTypeAllocSize(Ty); in emitStoresForConstant() local
1163 if (!ConstantSize) in emitStoresForConstant()
1175 auto *SizeVal = llvm::ConstantInt::get(CGM.IntPtrTy, ConstantSize); in emitStoresForConstant()
1179 if (shouldUseBZeroPlusStoresToInitialize(constant, ConstantSize)) { in emitStoresForConstant()
1197 shouldUseMemSetToInitialize(constant, ConstantSize, CGM.getDataLayout()); in emitStoresForConstant()
1213 if (shouldSplitConstantStore(CGM, ConstantSize)) { in emitStoresForConstant()
DCGExpr.cpp743 llvm::Constant *ConstantSize = dyn_cast<llvm::Constant>(Size); in EmitTypeCheck() local
744 if (!ConstantSize || !ConstantSize->isNullValue()) { in EmitTypeCheck()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4611 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6270 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
6271 if (ConstantSize) { in getMemcpy()
6273 if (ConstantSize->isNullValue()) in getMemcpy()
6277 ConstantSize->getZExtValue(),Align, in getMemcpy()
6296 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
6298 ConstantSize->getZExtValue(), Align, isVol, in getMemcpy()
6386 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
6387 if (ConstantSize) { in getMemmove()
6389 if (ConstantSize->isNullValue()) in getMemmove()
6394 ConstantSize->getZExtValue(), Align, isVol, in getMemmove()
[all …]
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6392 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemcpy() local
6393 if (ConstantSize) { in getMemcpy()
6395 if (ConstantSize->isNullValue()) in getMemcpy()
6399 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemcpy()
6418 assert(ConstantSize && "AlwaysInline requires a constant size!"); in getMemcpy()
6420 ConstantSize->getZExtValue(), Alignment, in getMemcpy()
6506 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size); in getMemmove() local
6507 if (ConstantSize) { in getMemmove()
6509 if (ConstantSize->isNullValue()) in getMemmove()
6513 *this, dl, Chain, Dst, Src, ConstantSize->getZExtValue(), Alignment, in getMemmove()
[all …]