Home
last modified time | relevance | path

Searched defs:isTarget (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1727 getIntPtrConstant(uint64_t Val,const SDLoc & DL,bool isTarget) getIntPtrConstant() argument
1739 getVectorIdxConstant(uint64_t Val,const SDLoc & DL,bool isTarget) getVectorIdxConstant() argument
1744 getConstantFP(const APFloat & V,const SDLoc & DL,EVT VT,bool isTarget) getConstantFP() argument
1749 getConstantFP(const ConstantFP & V,const SDLoc & DL,EVT VT,bool isTarget) getConstantFP() argument
1781 getConstantFP(double Val,const SDLoc & DL,EVT VT,bool isTarget) getConstantFP() argument
1831 getFrameIndex(int FI,EVT VT,bool isTarget) getFrameIndex() argument
1846 getJumpTable(int JTI,EVT VT,bool isTarget,unsigned TargetFlags) getJumpTable() argument
1874 getConstantPool(const Constant * C,EVT VT,MaybeAlign Alignment,int Offset,bool isTarget,unsigned TargetFlags) getConstantPool() argument
1903 getConstantPool(MachineConstantPoolValue * C,EVT VT,MaybeAlign Alignment,int Offset,bool isTarget,unsigned TargetFlags) getConstantPool() argument
2282 getBlockAddress(const BlockAddress * BA,EVT VT,int64_t Offset,bool isTarget,unsigned TargetFlags) getBlockAddress() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1873 bool isTarget = MaskIdx.getNode()->getOpcode() == ISD::TargetConstant; LowerIntrinsic() local