Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1573 bool isTarget) { in getIntPtrConstant()
1585 bool isTarget) { in getVectorIdxConstant()
1590 bool isTarget) { in getConstantFP()
1595 EVT VT, bool isTarget) { in getConstantFP()
1629 bool isTarget) { in getConstantFP()
1679 SDValue SelectionDAG::getFrameIndex(int FI, EVT VT, bool isTarget) { in getFrameIndex()
1694 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable()
1715 bool isTarget, unsigned TargetFlags) { in getConstantPool()
1744 bool isTarget, unsigned TargetFlags) { in getConstantPool()
2115 int64_t Offset, bool isTarget, in getBlockAddress()
/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp539 bool isTarget() { return TaskType & ompt_task_target; } in isTarget() function