Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp239 Value *LiveRegOptimizer::convertFromOptType(Type *ConvertType, Instruction *V, in convertFromOptType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp346 llvm::Type *CodeGenTypes::ConvertType(QualType T) { in ConvertType() function in CodeGenTypes
H A DCodeGenFunction.cpp244 llvm::Type *CodeGenFunction::ConvertType(QualType T) { in ConvertType() function in CodeGenFunction
H A DCGExprConstant.cpp1490 llvm::Type *ConvertType(QualType T) { in ConvertType() function in __anon9d6f04f10111::ConstExprEmitter
H A DCGExprScalar.cpp252 llvm::Type *ConvertType(QualType T) { return CGF.ConvertType(T); } in ConvertType() function in __anone7cacfbd0111::ScalarExprEmitter