Searched refs:CALL2 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/Transforms/AddDiscriminators/ |
D | call-nested.ll | 19 ; CHECK: %3 = call i32 @_Z3fooii(i32 %1, i32 %2), !dbg ![[CALL2:[0-9]+]] 49 ; CHECK: ![[CALL2]] = !DILocation(line: 4, column: 10, scope: ![[CALL2BLOCK:[0-9]+]])
|
D | call.ll | 18 ; CHECK: call void @_Z3barv(), !dbg ![[CALL2:[0-9]+]] 47 ; CHECK: ![[CALL2]] = !DILocation(line: 4, column: 15, scope: ![[CALL2BLOCK:[0-9]+]])
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.h | 78 CallInst *CALL2(Value *Callee, Value* arg1, Value* arg2);
|
D | builder_misc.cpp | 335 CallInst *Builder::CALL2(Value *Callee, Value* arg1, Value* arg2) in CALL2() function in SwrJit::Builder
|