Home
last modified time | relevance | path

Searched refs:targetShrinkDemandedConstant (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/X86/
Dshrink-const.ll5 ; If targetShrinkDemandedConstant extends xor/or constants ensure it extends from the msb of the ac…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h417 bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded,
DARMISelLowering.cpp15746 ARMTargetLowering::targetShrinkDemandedConstant(SDValue Op, in targetShrinkDemandedConstant() function in ARMTargetLowering
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h470 bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
DARMISelLowering.cpp17512 bool ARMTargetLowering::targetShrinkDemandedConstant( in targetShrinkDemandedConstant() function in ARMTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h328 bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded,
DAArch64ISelLowering.cpp1059 bool AArch64TargetLowering::targetShrinkDemandedConstant( in targetShrinkDemandedConstant() function in AArch64TargetLowering
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h471 bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
DAArch64ISelLowering.cpp1493 bool AArch64TargetLowering::targetShrinkDemandedConstant( in targetShrinkDemandedConstant() function in AArch64TargetLowering
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1049 bool targetShrinkDemandedConstant(SDValue Op, const APInt &DemandedBits,
DX86ISelLowering.cpp33956 X86TargetLowering::targetShrinkDemandedConstant(SDValue Op, in targetShrinkDemandedConstant() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h937 bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded,
DX86ISelLowering.cpp32482 X86TargetLowering::targetShrinkDemandedConstant(SDValue Op, in targetShrinkDemandedConstant() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3111 virtual bool targetShrinkDemandedConstant(SDValue Op, const APInt &Demanded, in targetShrinkDemandedConstant() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3290 virtual bool targetShrinkDemandedConstant(SDValue Op, in targetShrinkDemandedConstant() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp494 if (targetShrinkDemandedConstant(Op, DemandedBits, DemandedElts, TLO)) in ShrinkDemandedConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp500 if (targetShrinkDemandedConstant(Op, Demanded, TLO)) in ShrinkDemandedConstant()