Home
last modified time | relevance | path

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

123

/external/llvm-project/mlir/test/lib/Transforms/
DTestOpaqueLoc.cpp44 op->setLoc( in runOnOperation()
55 op_cloned_1->setLoc( in runOnOperation()
61 op_cloned_2->setLoc(OpaqueLoc::get<void *>(nullptr, loc)); in runOnOperation()
/external/clang/test/Analysis/
Dregion-store.cpp10 void setLoc(Loc L) { in setLoc() function in P1
25 Builder->setLoc(l); in radar13445834()
/external/llvm-project/clang/test/Analysis/
Dregion-store.cpp10 void setLoc(Loc L) { in setLoc() function in P1
25 Builder->setLoc(l); in radar13445834()
/external/llvm-project/mlir/lib/Transforms/
DLocationSnapshot.cpp52 opIt->setLoc(newLoc); in generateLocationsFromIR()
57 opIt->setLoc(builder.getFusedLoc( in generateLocationsFromIR()
DStripDebugInfo.cpp26 getOperation()->walk([&](Operation *op) { op->setLoc(unknownLoc); }); in runOnOperation()
DCSE.cpp126 existing->setLoc(op->getLoc()); in simplifyOperation()
/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()
524 aggNode->setLoc(loc.line != 0 ? loc : node->getLoc()); in setAggregateOperator()
2344 aggNode->setLoc(loc); in growAggregate()
2361 aggNode->setLoc(node->getLoc()); in makeAggregate()
2373 aggNode->setLoc(loc); in makeAggregate()
2384 aggNode->setLoc(loc); in makeAggregate()
2404 node->setLoc(loc); in addSelection()
2431 method->setLoc(loc); in addMethod()
[all …]
DConstant.cpp390 newNode->setLoc(getLoc()); in fold()
982 newNode->setLoc(getLoc()); in fold()
1330 newNode->setLoc(aggrNode->getLoc()); in fold()
/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()
3300 txcombine->setLoc(loc); in handleSamplerTextureCombine()
3414 counterIncrement->setLoc(loc); in decomposeStructBufferMethods()
3878 convertedResult->setLoc(loc); in decomposeSampleMethods()
3937 constructCoord->setLoc(loc); in decomposeSampleMethods()
3975 constructCoord->setLoc(loc); in decomposeSampleMethods()
4128 sizeQuery->setLoc(loc); in decomposeSampleMethods()
[all …]
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp174 TmpInst.setLoc(IDLoc); in emitR()
184 TmpInst.setLoc(IDLoc); in emitRX()
204 TmpInst.setLoc(IDLoc); in emitII()
216 TmpInst.setLoc(IDLoc); in emitRRX()
235 TmpInst.setLoc(IDLoc); in emitRRRX()
256 TmpInst.setLoc(IDLoc); in emitRRIII()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
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()
/external/llvm/include/llvm/MC/
DMCInst.h161 void setLoc(SMLoc loc) { Loc = loc; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h177 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function
/external/llvm-project/llvm/include/llvm/MC/
DMCInst.h177 void setLoc(SMLoc loc) { Loc = loc; } in setLoc() function
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp82 MCB.setLoc(Loc); in copyTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp82 MCB.setLoc(Loc); in copyTo()
/external/llvm/lib/Target/Mips/MCTargetDesc/
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()
/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp39 op->setLoc(it->second); in remapInlinedLocations()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp508 TmpInst.setLoc(IDLoc); in expandSET()
533 TmpInst.setLoc(IDLoc); in expandSET()
555 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/clang/include/clang/AST/
DDeclarationName.h461 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
/external/llvm-project/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp547 TmpInst.setLoc(IDLoc); in expandSET()
572 TmpInst.setLoc(IDLoc); in expandSET()
595 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp545 TmpInst.setLoc(IDLoc); in expandSET()
570 TmpInst.setLoc(IDLoc); in expandSET()
593 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp297 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp299 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/llvm-project/clang/include/clang/AST/
DDeclarationName.h722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function

123