Home
last modified time | relevance | path

Searched refs:shouldCastToInt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp16 bool AtomicInfo::shouldCastToInt(Type *ValTy, bool CmpXchg) { in shouldCastToInt() function in AtomicInfo
26 if (shouldCastToInt(Ty, CmpXchg)) in EmitAtomicLoadOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Atomic/
H A DAtomic.h59 LLVM_ABI bool shouldCastToInt(Type *ValTy, bool CmpXchg);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1453 static bool shouldCastToInt(llvm::Type *ValTy, bool CmpXchg) { in shouldCastToInt() function
1476 if (!shouldCastToInt(ValTy, CmpXchg)) { in ConvertToValueOrAtomic()
1521 if (shouldCastToInt(Addr.getElementType(), CmpXchg)) in EmitAtomicLoadOp()
1663 if (!shouldCastToInt(Value->getType(), CmpXchg)) in convertRValueToInt()
1854 shouldCastToInt(NewAtomicAddr.getElementType(), /*CmpXchg=*/true) in EmitAtomicUpdateOp()
2035 if (shouldCastToInt(Value->getType(), /*CmpXchg=*/false)) { in EmitAtomicStore()