Searched refs:MVTPtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp43 auto MVTPtr = Subtarget->hasAddr64() ? MVT::i64 : MVT::i32; local
72 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom);
73 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom);
74 setOperationAction(ISD::JumpTable, MVTPtr, Custom);
75 setOperationAction(ISD::BlockAddress, MVTPtr, Custom);
227 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand);

Completed in 52 milliseconds