• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/

Lines Matching refs:macro

1510  * functions are defined by a macro, so it isn't obvious which are
1519 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \
1520 macro(Argument) \
1521 macro(BasicBlock) \
1522 macro(InlineAsm) \
1523 macro(User) \
1524 macro(Constant) \
1525 macro(BlockAddress) \
1526 macro(ConstantAggregateZero) \
1527 macro(ConstantArray) \
1528 macro(ConstantDataSequential) \
1529 macro(ConstantDataArray) \
1530 macro(ConstantDataVector) \
1531 macro(ConstantExpr) \
1532 macro(ConstantFP) \
1533 macro(ConstantInt) \
1534 macro(ConstantPointerNull) \
1535 macro(ConstantStruct) \
1536 macro(ConstantTokenNone) \
1537 macro(ConstantVector) \
1538 macro(GlobalValue) \
1539 macro(GlobalAlias) \
1540 macro(GlobalIFunc) \
1541 macro(GlobalObject) \
1542 macro(Function) \
1543 macro(GlobalVariable) \
1544 macro(UndefValue) \
1545 macro(Instruction) \
1546 macro(UnaryOperator) \
1547 macro(BinaryOperator) \
1548 macro(CallInst) \
1549 macro(IntrinsicInst) \
1550 macro(DbgInfoIntrinsic) \
1551 macro(DbgVariableIntrinsic) \
1552 macro(DbgDeclareInst) \
1553 macro(DbgLabelInst) \
1554 macro(MemIntrinsic) \
1555 macro(MemCpyInst) \
1556 macro(MemMoveInst) \
1557 macro(MemSetInst) \
1558 macro(CmpInst) \
1559 macro(FCmpInst) \
1560 macro(ICmpInst) \
1561 macro(ExtractElementInst) \
1562 macro(GetElementPtrInst) \
1563 macro(InsertElementInst) \
1564 macro(InsertValueInst) \
1565 macro(LandingPadInst) \
1566 macro(PHINode) \
1567 macro(SelectInst) \
1568 macro(ShuffleVectorInst) \
1569 macro(StoreInst) \
1570 macro(BranchInst) \
1571 macro(IndirectBrInst) \
1572 macro(InvokeInst) \
1573 macro(ReturnInst) \
1574 macro(SwitchInst) \
1575 macro(UnreachableInst) \
1576 macro(ResumeInst) \
1577 macro(CleanupReturnInst) \
1578 macro(CatchReturnInst) \
1579 macro(CatchSwitchInst) \
1580 macro(CallBrInst) \
1581 macro(FuncletPadInst) \
1582 macro(CatchPadInst) \
1583 macro(CleanupPadInst) \
1584 macro(UnaryInstruction) \
1585 macro(AllocaInst) \
1586 macro(CastInst) \
1587 macro(AddrSpaceCastInst) \
1588 macro(BitCastInst) \
1589 macro(FPExtInst) \
1590 macro(FPToSIInst) \
1591 macro(FPToUIInst) \
1592 macro(FPTruncInst) \
1593 macro(IntToPtrInst) \
1594 macro(PtrToIntInst) \
1595 macro(SExtInst) \
1596 macro(SIToFPInst) \
1597 macro(TruncInst) \
1598 macro(UIToFPInst) \
1599 macro(ZExtInst) \
1600 macro(ExtractValueInst) \
1601 macro(LoadInst) \
1602 macro(VAArgInst) \
1603 macro(FreezeInst) \
1604 macro(AtomicCmpXchgInst) \
1605 macro(AtomicRMWInst) \
1606 macro(FenceInst)