Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1787 LValue InputValue, QualType InputType, in EmitAsmInputLValue() argument
1793 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal(); in EmitAsmInputLValue()
1801 Arg = Builder.CreateLoad(Builder.CreateBitCast(InputValue.getAddress(), in EmitAsmInputLValue()
1804 Arg = InputValue.getPointer(); in EmitAsmInputLValue()
1809 Arg = InputValue.getPointer(); in EmitAsmInputLValue()
H A DCodeGenFunction.h4169 LValue InputValue, QualType InputType,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33797 const APInt &InputValue = InputC->getAPIntValue(); in combineExtractVectorElt() local
33798 uint64_t Res = InputValue[ExtractedElt]; in combineExtractVectorElt()