Searched refs:CreateBarrier (Results 1 – 6 of 6) sorted by relevance
138 InsertPointTy CreateBarrier(const LocationDescription &Loc, omp::Directive DK,
173 OpenMPIRBuilder::CreateBarrier(const LocationDescription &Loc, Directive DK, in CreateBarrier() function in OpenMPIRBuilder
1696 static std::unique_ptr<AArch64Operand> CreateBarrier(unsigned Val, in CreateBarrier() function in __anon6528055b0211::AArch64Operand2743 Operands.push_back(AArch64Operand::CreateBarrier( in tryParseBarrierOperand()2765 Operands.push_back(AArch64Operand::CreateBarrier( in tryParseBarrierOperand()
1911 static std::unique_ptr<AArch64Operand> CreateBarrier(unsigned Val, in CreateBarrier() function in __anon1914c67d0111::AArch64Operand3009 Operands.push_back(AArch64Operand::CreateBarrier( in tryParseBarrierOperand()3034 Operands.push_back(AArch64Operand::CreateBarrier( in tryParseBarrierOperand()
1956 static std::unique_ptr<AArch64Operand> CreateBarrier(unsigned Val, in CreateBarrier() function in __anona500a0890111::AArch64Operand3064 Operands.push_back(AArch64Operand::CreateBarrier( in tryParseBarrierOperand()3089 Operands.push_back(AArch64Operand::CreateBarrier( in tryParseBarrierOperand()
82 TEST_F(OpenMPIRBuilderTest, CreateBarrier) { in TEST_F() argument