Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp81 LongType, in prepareSubFnDefinition()
82 LongType, in prepareSubFnDefinition()
83 LongType, in prepareSubFnDefinition()
381 LongType->getPointerTo(), in createCallStaticInit()
384 LongType, in createCallStaticInit()
385 LongType}; in createCallStaticInit()
401 ConstantInt::get(LongType, 1), in createCallStaticInit()
445 LongType, in createCallDispatchInit()
446 LongType, in createCallDispatchInit()
447 LongType, in createCallDispatchInit()
[all …]
H A DLoopGeneratorsGOMP.cpp36 LongType, in createCallSpawnThreads()
37 LongType, in createCallSpawnThreads()
38 LongType}; in createCallSpawnThreads()
129 Value *LBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.LBPtr"); in createSubFn()
130 Value *UBPtr = Builder.CreateAlloca(LongType, nullptr, "polly.par.UBPtr"); in createSubFn()
147 Value *LB = Builder.CreateLoad(LongType, LBPtr, "polly.par.LB"); in createSubFn()
148 Value *UB = Builder.CreateLoad(LongType, UBPtr, "polly.par.UB"); in createSubFn()
152 UB = Builder.CreateSub(UB, ConstantInt::get(LongType, 1), in createSubFn()
183 Type *Params[] = {LongType->getPointerTo(), LongType->getPointerTo()}; in createCallGetWorkItem()
H A DLoopGenerators.cpp194 UB = Builder.CreateAdd(UB, ConstantInt::get(LongType, 1)); in createParallelLoop()
/llvm-project-15.0.7/libc/spec/
H A Dstdc.td438 FunctionSpec<"lround", RetValSpec<LongType>, [ArgSpec<DoubleType>]>,
439 FunctionSpec<"lroundf", RetValSpec<LongType>, [ArgSpec<FloatType>]>,
440 FunctionSpec<"lroundl", RetValSpec<LongType>, [ArgSpec<LongDoubleType>]>,
450 FunctionSpec<"lrint", RetValSpec<LongType>, [ArgSpec<DoubleType>]>,
451 FunctionSpec<"lrintf", RetValSpec<LongType>, [ArgSpec<FloatType>]>,
452 FunctionSpec<"lrintl", RetValSpec<LongType>, [ArgSpec<LongDoubleType>]>,
534 ArgSpec<LongType>,
605 FunctionSpec<"labs", RetValSpec<LongType>, [ArgSpec<LongType>]>,
610 FunctionSpec<"atol", RetValSpec<LongType>, [ArgSpec<ConstCharPtr>]>,
614 FunctionSpec<"ldiv", RetValSpec<LDivTType>, [ArgSpec<LongType>, ArgSpec<LongType>]>,
[all …]
H A Dspec.td42 def LongType : NamedType<"long">;
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGenerators.h134 LongType( in ParallelLoopGenerator()
174 Type *LongType; variable