Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp46 WebAssemblyTargetLowering::WebAssemblyTargetLowering( in WebAssemblyTargetLowering() function in WebAssemblyTargetLowering
420 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel()
736 WebAssemblyTargetLowering::getRegForInlineAsmConstraint( in getRegForInlineAsmConstraint()
815 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, in isIntDivCheap()
830 bool WebAssemblyTargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal()
837 bool WebAssemblyTargetLowering::shouldSinkOperands( in shouldSinkOperands()
1286 bool WebAssemblyTargetLowering::CanLowerReturn( in CanLowerReturn()
1294 SDValue WebAssemblyTargetLowering::LowerReturn( in LowerReturn()
1324 SDValue WebAssemblyTargetLowering::LowerFormalArguments( in LowerFormalArguments()
1405 void WebAssemblyTargetLowering::ReplaceNodeResults( in ReplaceNodeResults()
[all …]
H A DWebAssemblyTargetTransformInfo.h34 const WebAssemblyTargetLowering *TLI;
37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI()
H A DWebAssemblySubtarget.h60 WebAssemblyTargetLowering TLInfo;
77 const WebAssemblyTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DWebAssemblyMemIntrinsicResults.cpp151 const WebAssemblyTargetLowering &TLI, in optimizeCall()
184 const WebAssemblyTargetLowering &TLI = in runOnMachineFunction()
H A DWebAssemblyMachineFunctionInfo.cpp42 void llvm::computeLegalValueVTs(const WebAssemblyTargetLowering &TLI, in computeLegalValueVTs()
59 const WebAssemblyTargetLowering &TLI = in computeLegalValueVTs()
H A DWebAssemblyMachineFunctionInfo.h24 class WebAssemblyTargetLowering; variable
158 void computeLegalValueVTs(const WebAssemblyTargetLowering &TLI,
H A DWebAssemblyISelLowering.h43 class WebAssemblyTargetLowering final : public TargetLowering {
45 WebAssemblyTargetLowering(const TargetMachine &TM,
H A DWebAssemblyPeephole.cpp121 const WebAssemblyTargetLowering &TLI = in runOnMachineFunction()
H A DWebAssemblyFrameLowering.cpp71 const WebAssemblyTargetLowering &TLI = in getLocalForStackObject()
H A DREADME.txt69 WebAssemblyTargetLowering.
H A DWebAssemblyInstrMemory.td15 // - WebAssemblyTargetLowering having to do with atomics
H A DWebAssemblyAsmPrinter.cpp193 const WebAssemblyTargetLowering &TLI = *Subtarget->getTargetLowering(); in emitGlobalVariable()