Home
last modified time | relevance | path

Searched refs:typeValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp316 Value typeValue = in genNonInitializerVar() local
326 if (typeValue) in genNonInitializerVar()
327 return typeValue; in genNonInitializerVar()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1132 llvm::Value *typeValue = handler.Type.RTTI; in emitCatchDispatchBlock() local
1135 assert(typeValue && "fell into catch-all case!"); in emitCatchDispatchBlock()
1136 typeValue = CGF.Builder.CreateBitCast(typeValue, CGF.Int8PtrTy); in emitCatchDispatchBlock()
1162 CGF.Builder.CreateCall(llvm_eh_typeid_for, typeValue); in emitCatchDispatchBlock()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp311 static void getTypePredicates(Value typeValue, in getTypePredicates() argument
315 Position *&typePos = inputs[typeValue]; in getTypePredicates()
/llvm-project-15.0.7/mlir/docs/
H A DPDLL.md843 let typeValue = tupleValue.2;
854 typeValue = type<"i32">
859 let typeValue = tupleValue.typeValue;