Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1345 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1369 MO.setExpr(HexagonMCExpr::create( in processInstruction()
1622 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1642 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1662 Imm6.setExpr(HexagonMCExpr::create( in processInstruction()
1693 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1719 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1757 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1869 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
1901 Imm.setExpr(HexagonMCExpr::create( in processInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInst.h101 void setExpr(const MCExpr *Val) { in setExpr() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp594 Imm.setExpr(HexagonMCExpr::create( in HexagonProcessInstruction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2207 void setExpr(Expr *E) { *std::next(child_begin(), 4) = E; } in setExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp657 Dir->setExpr(E); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2111 D->setExpr(Record.readSubExpr()); in VisitOMPAtomicDirective()