Home
last modified time | relevance | path

Searched refs:setExpr (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1364 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1388 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1623 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1643 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1663 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1694 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1720 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1758 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1870 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1902 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInst.h119 void setExpr(const MCExpr *Val) { in setExpr() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp583 LEA->getOperand(4).setExpr( in runOnFunctions()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp588 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1862 void setExpr(Expr *E) { ExplicitSpec.setPointer(E); } in setExpr() function
H A DStmtOpenMP.h2961 void setExpr(Expr *E) { Data->getChildren()[DataPositionTy::POS_E] = E; } in setExpr() function
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp891 Dir->setExpr(Exprs.E); in Create()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp13261 ExplicitSpec.setExpr(Converted.get()); in tryResolveExplicitSpecifier()