Home
last modified time | relevance | path

Searched refs:AsValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp187 SourceLocation loc, bool AsValue) const;
194 SourceLocation Loc, bool AsValue) const;
213 bool AsValue, llvm::AtomicOrdering AO,
1470 bool AsValue) const { in ConvertIntToValueOrAtomic()
1477 !AsValue)) { in ConvertIntToValueOrAtomic()
1478 auto *ValTy = AsValue in ConvertIntToValueOrAtomic()
1494 if (AsValue && getEvaluationKind() == TEK_Aggregate) { in ConvertIntToValueOrAtomic()
1507 return convertAtomicTempToRValue(Temp, ResultSlot, Loc, AsValue); in ConvertIntToValueOrAtomic()
1569 bool AsValue, llvm::AtomicOrdering AO, in EmitAtomicLoad() argument
1584 return convertAtomicTempToRValue(TempAddr, ResultSlot, Loc, AsValue); in EmitAtomicLoad()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1215 func (bb BasicBlock) AsValue() (v Value) { v.C = C.LLVMBasicBlockAsValue(bb.C); return } func