Home
last modified time | relevance | path

Searched refs:LongType (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DLoopGeneratorsKMP.cpp80 LongType, in prepareSubFnDefinition()
81 LongType, in prepareSubFnDefinition()
82 LongType, in prepareSubFnDefinition()
155 Value *LBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.LBPtr"); in createSubFn()
156 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn()
160 Builder.CreateAlloca(LongType, nullptr, "polly.par.StridePtr"); in createSubFn()
194 Value *AdjustedUB = Builder.CreateAdd(UB, ConstantInt::get(LongType, -1), in createSubFn()
198 ConstantInt::get(LongType, std::max<int>(PollyChunkSize, 1)); in createSubFn()
373 LongType->getPointerTo(), in createCallStaticInit()
374 LongType->getPointerTo(), in createCallStaticInit()
[all …]
DLoopGeneratorsGOMP.cpp36 LongType, in createCallSpawnThreads()
37 LongType, in createCallSpawnThreads()
38 LongType}; in createCallSpawnThreads()
127 Value *LBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.LBPtr"); in createSubFn()
128 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn()
150 UB = Builder.CreateSub(UB, ConstantInt::get(LongType, 1), in createSubFn()
181 Type *Params[] = {LongType->getPointerTo(), LongType->getPointerTo()}; in createCallGetWorkItem()
DLoopGenerators.cpp193 UB = Builder.CreateAdd(UB, ConstantInt::get(LongType, 1)); in createParallelLoop()
/external/proguard/src/proguard/classfile/attribute/preverification/
DVerificationTypeFactory.java32 static final LongType LONG_TYPE = new LongType();
51 public static LongType createLongType() in createLongType()
DLongType.java32 public class LongType extends VerificationType class
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java38 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType long… in visitLongType()
48 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType long… in visitStackLongType()
58 …azz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType long… in visitVariablesLongType()
/external/llvm-project/polly/include/polly/CodeGen/
DLoopGenerators.h117 LongType( in ParallelLoopGenerator()
155 Type *LongType; variable
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DLongType.java39 public interface LongType extends PrimitiveType { interface
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DLongTypeImpl.java30 public class LongTypeImpl extends PrimitiveTypeImpl implements LongType {
DVirtualMachineImpl.java102 private LongType theLongType;
1112 LongType theLongType() { in theLongType()
/external/python/cpython2/Lib/
Dtypes.py17 LongType = long variable
Dxmlrpclib.py690 dispatch[LongType] = dump_long
Dpickle.py477 dispatch[LongType] = save_long
/external/python/cpython2/Lib/idlelib/
DObjectBrowser.py119 LongType: AtomicObjectTreeItem,
/external/python/cpython2/Doc/c-api/
Dlong.rst18 .. index:: single: LongType (in modules types)
21 This is the same object as ``long`` and ``types.LongType``.
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java694 …sitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) in visitLongType()
748 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) in visitStackLongType()
803 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) in visitVariablesLongType()
/external/python/cpython2/Doc/library/
Dtypes.rst68 .. data:: LongType
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java862 …sitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) in visitLongType()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java1047 case VerificationType.LONG_TYPE: return new LongType(); in createVerificationType()