Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp46 WebAssemblyTargetLowering::WebAssemblyTargetLowering( in WebAssemblyTargetLowering() function in WebAssemblyTargetLowering
377 MVT WebAssemblyTargetLowering::getPointerTy(const DataLayout &DL, in getPointerTy()
386 MVT WebAssemblyTargetLowering::getPointerMemTy(const DataLayout &DL, in getPointerMemTy()
396 WebAssemblyTargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const { in shouldExpandAtomicRMWInIR()
412 bool WebAssemblyTargetLowering::shouldScalarizeBinop(SDValue VecOp) const { in shouldScalarizeBinop()
432 FastISel *WebAssemblyTargetLowering::createFastISel( in createFastISel()
437 MVT WebAssemblyTargetLowering::getScalarShiftAmountTy(const DataLayout & /*DL*/, in getScalarShiftAmountTy()
678 MachineBasicBlock *WebAssemblyTargetLowering::EmitInstrWithCustomInserter( in EmitInstrWithCustomInserter()
717 WebAssemblyTargetLowering::getTargetNodeName(unsigned Opcode) const { in getTargetNodeName()
734 WebAssemblyTargetLowering::getRegForInlineAsmConstraint( in getRegForInlineAsmConstraint()
[all …]
H A DWebAssemblyTargetTransformInfo.h34 const WebAssemblyTargetLowering *TLI;
37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI()
H A DWebAssemblySubtarget.h61 WebAssemblyTargetLowering TLInfo;
78 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.cpp43 void llvm::computeLegalValueVTs(const WebAssemblyTargetLowering &TLI, in computeLegalValueVTs()
60 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.cpp197 const WebAssemblyTargetLowering &TLI = *Subtarget->getTargetLowering(); in emitGlobalVariable()