Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp325 createGlobal(mlir::Location loc,mlir::Type type,llvm::StringRef name,mlir::StringAttr linkage,mlir::Attribute value,bool isConst,bool isTarget,cuf::DataAttributeAttr dataAttr) createGlobal() argument
348 createGlobal(mlir::Location loc,mlir::Type type,llvm::StringRef name,bool isConst,bool isTarget,std::function<void (FirOpBuilder &)> bodyBuilder,mlir::StringAttr linkage,cuf::DataAttributeAttr dataAttr) createGlobal() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1750 getIntPtrConstant(uint64_t Val,const SDLoc & DL,bool isTarget) getIntPtrConstant() argument
1768 getVectorIdxConstant(uint64_t Val,const SDLoc & DL,bool isTarget) getVectorIdxConstant() argument
1773 getConstantFP(const APFloat & V,const SDLoc & DL,EVT VT,bool isTarget) getConstantFP() argument
1778 getConstantFP(const ConstantFP & V,const SDLoc & DL,EVT VT,bool isTarget) getConstantFP() argument
1811 getConstantFP(double Val,const SDLoc & DL,EVT VT,bool isTarget) getConstantFP() argument
1862 getFrameIndex(int FI,EVT VT,bool isTarget) getFrameIndex() argument
1878 getJumpTable(int JTI,EVT VT,bool isTarget,unsigned TargetFlags) getJumpTable() argument
1907 getConstantPool(const Constant * C,EVT VT,MaybeAlign Alignment,int Offset,bool isTarget,unsigned TargetFlags) getConstantPool() argument
1937 getConstantPool(MachineConstantPoolValue * C,EVT VT,MaybeAlign Alignment,int Offset,bool isTarget,unsigned TargetFlags) getConstantPool() argument
2320 getBlockAddress(const BlockAddress * BA,EVT VT,int64_t Offset,bool isTarget,unsigned TargetFlags) getBlockAddress() argument
[all...]
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp525 bool isTarget() { return TaskType & ompt_task_target; } in isTarget() function
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1858 build(builder, result, name, isConstant, isTarget, type, {}, linkage, attrs); in build() argument
1810 build(mlir::OpBuilder & builder,mlir::OperationState & result,llvm::StringRef name,bool isConstant,bool isTarget,mlir::Type type,mlir::Attribute initialVal,mlir::StringAttr linkage,llvm::ArrayRef<mlir::NamedAttribute> attrs) build() argument
1842 build(mlir::OpBuilder & builder,mlir::OperationState & result,llvm::StringRef name,bool isConstant,bool isTarget,mlir::Type type,mlir::StringAttr linkage,llvm::ArrayRef<mlir::NamedAttribute> attrs) build() argument
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1889 bool isTarget = MaskIdx.getNode()->getOpcode() == ISD::TargetConstant; LowerIntrinsic() local