Lines Matching refs:macro

1096  * functions are defined by a macro, so it isn't obvious which are
1105 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \
1106 macro(Argument) \
1107 macro(BasicBlock) \
1108 macro(InlineAsm) \
1109 macro(MDNode) \
1110 macro(MDString) \
1111 macro(User) \
1112 macro(Constant) \
1113 macro(BlockAddress) \
1114 macro(ConstantAggregateZero) \
1115 macro(ConstantArray) \
1116 macro(ConstantDataSequential) \
1117 macro(ConstantDataArray) \
1118 macro(ConstantDataVector) \
1119 macro(ConstantExpr) \
1120 macro(ConstantFP) \
1121 macro(ConstantInt) \
1122 macro(ConstantPointerNull) \
1123 macro(ConstantStruct) \
1124 macro(ConstantVector) \
1125 macro(GlobalValue) \
1126 macro(Function) \
1127 macro(GlobalAlias) \
1128 macro(GlobalVariable) \
1129 macro(UndefValue) \
1130 macro(Instruction) \
1131 macro(BinaryOperator) \
1132 macro(CallInst) \
1133 macro(IntrinsicInst) \
1134 macro(DbgInfoIntrinsic) \
1135 macro(DbgDeclareInst) \
1136 macro(MemIntrinsic) \
1137 macro(MemCpyInst) \
1138 macro(MemMoveInst) \
1139 macro(MemSetInst) \
1140 macro(CmpInst) \
1141 macro(FCmpInst) \
1142 macro(ICmpInst) \
1143 macro(ExtractElementInst) \
1144 macro(GetElementPtrInst) \
1145 macro(InsertElementInst) \
1146 macro(InsertValueInst) \
1147 macro(LandingPadInst) \
1148 macro(PHINode) \
1149 macro(SelectInst) \
1150 macro(ShuffleVectorInst) \
1151 macro(StoreInst) \
1152 macro(TerminatorInst) \
1153 macro(BranchInst) \
1154 macro(IndirectBrInst) \
1155 macro(InvokeInst) \
1156 macro(ReturnInst) \
1157 macro(SwitchInst) \
1158 macro(UnreachableInst) \
1159 macro(ResumeInst) \
1160 macro(UnaryInstruction) \
1161 macro(AllocaInst) \
1162 macro(CastInst) \
1163 macro(AddrSpaceCastInst) \
1164 macro(BitCastInst) \
1165 macro(FPExtInst) \
1166 macro(FPToSIInst) \
1167 macro(FPToUIInst) \
1168 macro(FPTruncInst) \
1169 macro(IntToPtrInst) \
1170 macro(PtrToIntInst) \
1171 macro(SExtInst) \
1172 macro(SIToFPInst) \
1173 macro(TruncInst) \
1174 macro(UIToFPInst) \
1175 macro(ZExtInst) \
1176 macro(ExtractValueInst) \
1177 macro(LoadInst) \
1178 macro(VAArgInst)