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

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

Completed in 34 milliseconds