Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/
H A DRISCVGenCompressInstEmitter.inc153 OutInst.setLoc(MI.getLoc());
166 OutInst.setLoc(MI.getLoc());
181 OutInst.setLoc(MI.getLoc());
196 OutInst.setLoc(MI.getLoc());
214 OutInst.setLoc(MI.getLoc());
224 OutInst.setLoc(MI.getLoc());
239 OutInst.setLoc(MI.getLoc());
252 OutInst.setLoc(MI.getLoc());
267 OutInst.setLoc(MI.getLoc());
281 OutInst.setLoc(MI.getLoc());
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/RISCV/
H A DRISCVGenCompressInstEmitter.inc154 OutInst.setLoc(MI.getLoc());
170 OutInst.setLoc(MI.getLoc());
188 OutInst.setLoc(MI.getLoc());
206 OutInst.setLoc(MI.getLoc());
226 OutInst.setLoc(MI.getLoc());
238 OutInst.setLoc(MI.getLoc());
255 OutInst.setLoc(MI.getLoc());
270 OutInst.setLoc(MI.getLoc());
287 OutInst.setLoc(MI.getLoc());
303 OutInst.setLoc(MI.getLoc());
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dtime.go216 func (t *Time) setLoc(loc *Location) { func
1178 t.setLoc(&utcLoc)
1184 t.setLoc(Local)
1197 t.setLoc(loc)
1226 start.setLoc(t.loc)
1230 end.setLoc(t.loc)
1364 t.setLoc(&utcLoc)
1366 t.setLoc(Local)
1368 t.setLoc(FixedZone("", offset))
1566 t.setLoc(loc)
Dformat_rfc3339.go147 t.setLoc(local)
149 t.setLoc(FixedZone("", zoneOffset))
Dformat.go1394 t.setLoc(local)
1400 t.setLoc(FixedZone(zoneNameCopy, zoneOffset))
1411 t.setLoc(local)
1421 t.setLoc(FixedZone(zoneNameCopy, offset))
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.cpp279 loadOp->setLoc(loc); in handleLvalue()
295 storeOp->setLoc(loc); in handleLvalue()
313 sequence->setLoc(loc); in handleLvalue()
735 load->setLoc(loc); in handleBracketOperator()
2191 dst->setLoc(loc); in transformEntryPoint()
3388 txcombine->setLoc(loc); in handleSamplerTextureCombine()
3502 counterIncrement->setLoc(loc); in decomposeStructBufferMethods()
3966 convertedResult->setLoc(loc); in decomposeSampleMethods()
4025 constructCoord->setLoc(loc); in decomposeSampleMethods()
4063 constructCoord->setLoc(loc); in decomposeSampleMethods()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp281 loadOp->setLoc(loc); in handleLvalue()
297 storeOp->setLoc(loc); in handleLvalue()
315 sequence->setLoc(loc); in handleLvalue()
737 load->setLoc(loc); in handleBracketOperator()
2196 dst->setLoc(loc); in transformEntryPoint()
3393 txcombine->setLoc(loc); in handleSamplerTextureCombine()
3507 counterIncrement->setLoc(loc); in decomposeStructBufferMethods()
3971 convertedResult->setLoc(loc); in decomposeSampleMethods()
4030 constructCoord->setLoc(loc); in decomposeSampleMethods()
4068 constructCoord->setLoc(loc); in decomposeSampleMethods()
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DIntermediate.cpp72 node->setLoc(loc); in addSymbol()
236 node->setLoc(loc.line != 0 ? loc : left->getLoc()); in addBinaryNode()
260 node->setLoc(loc.line != 0 ? loc : child->getLoc()); in addUnaryNode()
528 aggNode->setLoc(loc.line != 0 ? loc : node->getLoc()); in setAggregateOperator()
2112 aggNode->setLoc(loc); in growAggregate()
2146 aggNode->setLoc(loc); in mergeAggregate()
2163 aggNode->setLoc(node->getLoc()); in makeAggregate()
2175 aggNode->setLoc(loc); in makeAggregate()
2186 aggNode->setLoc(loc); in makeAggregate()
2206 node->setLoc(loc); in addSelection()
[all …]
H A DConstant.cpp357 newNode->setLoc(getLoc()); in fold()
834 newNode->setLoc(getLoc()); in fold()
1182 newNode->setLoc(aggrNode->getLoc()); in fold()
/aosp_15_r20/external/clang/test/Analysis/
H A Dregion-store.cpp10 void setLoc(Loc L) { in setLoc() function in P1
25 Builder->setLoc(l); in radar13445834()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp72 node->setLoc(loc); in addSymbol()
235 node->setLoc(loc.line != 0 ? loc : left->getLoc()); in addBinaryNode()
259 node->setLoc(loc.line != 0 ? loc : child->getLoc()); in addUnaryNode()
527 aggNode->setLoc(loc.line != 0 ? loc : node->getLoc()); in setAggregateOperator()
2317 aggNode->setLoc(loc); in growAggregate()
2351 aggNode->setLoc(loc); in mergeAggregate()
2368 aggNode->setLoc(node->getLoc()); in makeAggregate()
2380 aggNode->setLoc(loc); in makeAggregate()
2391 aggNode->setLoc(loc); in makeAggregate()
2411 node->setLoc(loc); in addSelection()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstBuilder.h31 MCInstBuilder &setLoc(SMLoc SM) { in setLoc() function
32 Inst.setLoc(SM); in setLoc()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstBuilder.h31 MCInstBuilder &setLoc(SMLoc SM) { in setLoc() function
32 Inst.setLoc(SM); in setLoc()
DMCInst.h203 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstBuilder.h31 MCInstBuilder &setLoc(SMLoc SM) { in setLoc() function
32 Inst.setLoc(SM); in setLoc()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp171 TmpInst.setLoc(IDLoc); in emitR()
181 TmpInst.setLoc(IDLoc); in emitRX()
201 TmpInst.setLoc(IDLoc); in emitII()
213 TmpInst.setLoc(IDLoc); in emitRRX()
232 TmpInst.setLoc(IDLoc); in emitRRRX()
253 TmpInst.setLoc(IDLoc); in emitRRIII()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp180 TmpInst.setLoc(IDLoc); in emitR()
190 TmpInst.setLoc(IDLoc); in emitRX()
210 TmpInst.setLoc(IDLoc); in emitII()
222 TmpInst.setLoc(IDLoc); in emitRRX()
241 TmpInst.setLoc(IDLoc); in emitRRRX()
262 TmpInst.setLoc(IDLoc); in emitRRIII()
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp134 TmpInst.setLoc(IDLoc); in emitR()
144 TmpInst.setLoc(IDLoc); in emitRX()
164 TmpInst.setLoc(IDLoc); in emitII()
176 TmpInst.setLoc(IDLoc); in emitRRX()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Dfold_constants_to_subgraph.cc94 cloned_const_op->setLoc(func.getBody().getLoc()); in CopyConstantIntoFunc()
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCInst.h161 void setLoc(SMLoc loc) { Loc = loc; }
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp82 MCB.setLoc(Loc); in copyTo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp82 MCB.setLoc(Loc); in copyTo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInst.h177 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function
/aosp_15_r20/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp508 TmpInst.setLoc(IDLoc); in expandSET()
533 TmpInst.setLoc(IDLoc); in expandSET()
555 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInst.h203 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function

1234