HomeSort by relevance Sort by last modified time
    Searched defs:isZExtFree (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 182 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 605 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const {
612 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const {
620 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
621 return isZExtFree(Val.getValueType(), VT2);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 150 milliseconds