Home
last modified time | relevance | path

Searched refs:WebAssemblyTargetLowering (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp43 WebAssemblyTargetLowering::WebAssemblyTargetLowering( in WebAssemblyTargetLowering() function in WebAssemblyTargetLowering
378 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel()
679 WebAssemblyTargetLowering::getRegForInlineAsmConstraint( in getRegForInlineAsmConstraint()
758 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap()
1133 bool WebAssemblyTargetLowering::CanLowerReturn( in CanLowerReturn()
1141 SDValue WebAssemblyTargetLowering::LowerReturn( in LowerReturn()
1171 SDValue WebAssemblyTargetLowering::LowerFormalArguments( in LowerFormalArguments()
1252 void WebAssemblyTargetLowering::ReplaceNodeResults( in ReplaceNodeResults()
1357 SDValue WebAssemblyTargetLowering::LowerStore(SDValue Op, in LowerStore()
1390 SDValue WebAssemblyTargetLowering::LowerLoad(SDValue Op, in LowerLoad()
[all …]
H A DWebAssemblyISelDAGToDAG.cpp58 if (WebAssemblyTargetLowering::isFuncrefType(V->getType()) || in checkForInvalidNodes()
59 WebAssemblyTargetLowering::isExternrefType(V->getType())) in checkForInvalidNodes()
62 if (WebAssemblyTargetLowering::isFuncrefType(ITP->getDestTy()) || in checkForInvalidNodes()
63 WebAssemblyTargetLowering::isExternrefType(ITP->getDestTy())) in checkForInvalidNodes()
H A DWebAssemblyTargetTransformInfo.h34 const WebAssemblyTargetLowering *TLI;
37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI()
H A DWebAssemblySubtarget.h57 WebAssemblyTargetLowering TLInfo;
74 const WebAssemblyTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DWebAssemblyMemIntrinsicResults.cpp152 const WebAssemblyTargetLowering &TLI, in optimizeCall()
185 const WebAssemblyTargetLowering &TLI = in runOnMachineFunction()
H A DWebAssemblyISelLowering.h43 class WebAssemblyTargetLowering final : public TargetLowering {
45 WebAssemblyTargetLowering(const TargetMachine &TM,
H A DWebAssemblyPeephole.cpp144 const WebAssemblyTargetLowering &TLI = in runOnMachineFunction()
H A DWebAssemblyMachineFunctionInfo.cpp36 const WebAssemblyTargetLowering &TLI = in computeLegalValueVTs()
H A DWebAssemblyFrameLowering.cpp72 const WebAssemblyTargetLowering &TLI = in getLocalForStackObject()
H A DREADME.txt69 WebAssemblyTargetLowering.
H A DWebAssemblyAsmPrinter.cpp185 const WebAssemblyTargetLowering &TLI = *Subtarget->getTargetLowering(); in emitGlobalVariable()
H A DWebAssemblyInstrMemory.td15 // - WebAssemblyTargetLowering having to do with atomics