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

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 187 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 448 bool AMDGPUTargetLowering::isZExtFree(Type *Src, Type *Dest) const {
456 bool AMDGPUTargetLowering::isZExtFree(EVT Src, EVT Dest) const {
464 bool AMDGPUTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
465 return isZExtFree(Val.getValueType(), VT2);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 238 milliseconds